Package org.nexusformat
Class NexusException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.nexusformat.NexusException
-
- All Implemented Interfaces:
java.io.Serializable
public class NexusException extends java.lang.Exception
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
NexusExceptionMessage
static java.lang.String
NeXusMessage
static java.lang.String
OutOfMemoryMessage
-
Constructor Summary
Constructors Constructor Description NexusException()
NexusException(int err)
NexusException(java.lang.String s)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getMessage()
-
-
-
Field Detail
-
OutOfMemoryMessage
public static final java.lang.String OutOfMemoryMessage
- See Also:
- Constant Field Values
-
NexusExceptionMessage
public static final java.lang.String NexusExceptionMessage
- See Also:
- Constant Field Values
-
NeXusMessage
public static final java.lang.String NeXusMessage
- See Also:
- Constant Field Values
-
-