public class MoiseXMLParserException extends MoiseException
Constructor and Description |
---|
MoiseXMLParserException()
Creates new
MoiseXMLParserException without detail message. |
MoiseXMLParserException(java.lang.String msg)
Constructs a
MoiseXMLParserException with the specified message. |
public MoiseXMLParserException()
MoiseXMLParserException
without detail message.public MoiseXMLParserException(java.lang.String msg)
MoiseXMLParserException
with the specified message.msg
- the detail message.