Package moise.common
Class MoiseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- moise.common.MoiseException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
MoiseCardinalityException
,MoiseConsistencyException
,MoiseXMLParserException
public class MoiseException extends java.lang.Exception
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 MoiseException()
MoiseException(java.lang.String msg)
Constructs aMoiseException
with the specified message.
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-