Package moise.common
Class MoiseXMLParserException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- moise.common.MoiseException
-
- moise.common.MoiseXMLParserException
-
- All Implemented Interfaces:
java.io.Serializable
public class MoiseXMLParserException extends MoiseException
Moise exception- Author:
- Jomi Fred Hubner
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description MoiseXMLParserException()
Creates newMoiseXMLParserException
without detail message.MoiseXMLParserException(java.lang.String msg)
Constructs aMoiseXMLParserException
with the specified message.
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
MoiseXMLParserException
public MoiseXMLParserException()
Creates newMoiseXMLParserException
without detail message.
-
MoiseXMLParserException
public MoiseXMLParserException(java.lang.String msg)
Constructs aMoiseXMLParserException
with the specified message.- Parameters:
msg
- the detail message.
-
-