Serialized Form
-
Package com.nfbsoftware.exception
-
Exception Class com.nfbsoftware.exception.NfbCheckedException
class NfbCheckedException extends Exception implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
Called when the exception is deserialized. This implementation performs deserializaion using the standard deserialization tools, then calls autoLog().- Parameters:
in- the stream containing the exception details- Throws:
IOException- thrown if an error occurs while reading the streamClassNotFoundException- thrown if a class in the stream isn't found
-
-
Serialized Fields
-
mArgs
Serializable[] mArgs
The argument array that holds each of the arguments associated with this exception. -
mCode
NfbCheckedException.Code mCode
The error code of this exception class. -
mDebugInformation
String mDebugInformation
Debug information related to this exception class. This is typically set to the class and method name (e.g. Foo.bar). -
mRootCause
Throwable mRootCause
The root cause of this exception class. -
mSeverity
int mSeverity
The severity of this exception class. -
mStackTraceString
String mStackTraceString
The stack trace of this exception class as a String.
-
-
Class com.nfbsoftware.exception.NfbCheckedException.Code
class Code extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
mCode
String mCode
The code value -
mMappedCode
NfbCheckedException.Code mMappedCode
The mapped code value -
mMessage
String mMessage
The default message -
mSeverity
int mSeverity
The code severity
-
-
Exception Class com.nfbsoftware.exception.NfbRuntimeException
class NfbRuntimeException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
Called when the exception is deserialized. This implementation performs deserializaion using the standard deserialization tools, then calls log().- Parameters:
in- the stream containing the exception details- Throws:
IOException- thrown if an error occurs while reading the streamClassNotFoundException- thrown if a class in the stream isn't found
-
-
Serialized Fields
-
mArgs
Serializable[] mArgs
The argument array that holds each of the arguments associated with this exception. -
mCode
NfbRuntimeException.Code mCode
The error code of this exception class. -
mDebugInformation
String mDebugInformation
Debug information related to this exception class. This is typically set to the class and method name (e.g. Foo.bar). -
mRootCause
Throwable mRootCause
The root cause of this exception class. -
mSeverity
int mSeverity
The severity of this exception class. -
mStackTraceString
String mStackTraceString
The stack trace of this exception class as a String.
-
-
Class com.nfbsoftware.exception.NfbRuntimeException.Code
class Code extends Object implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
mCode
String mCode
The code value -
mMappedCode
NfbRuntimeException.Code mMappedCode
The mapped code value -
mMessage
String mMessage
The default message
-
-
-
Package com.nfbsoftware.xml
-
Class com.nfbsoftware.xml.XmlDocument
class XmlDocument extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.nfbsoftware.xml.XslDocument
class XslDocument extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
mXslDocument
IXmlDocument mXslDocument
-
mXslElement
IXmlElement mXslElement
-
-
-
Package com.nfbsoftware.xml.exception
-
Exception Class com.nfbsoftware.xml.exception.XmlDocumentCheckedException
class XmlDocumentCheckedException extends NfbCheckedException implements Serializable- serialVersionUID:
- 1L
-
Class com.nfbsoftware.xml.exception.XmlDocumentCheckedException.Code
class Code extends NfbCheckedException.Code implements Serializable- serialVersionUID:
- 1L
-
Exception Class com.nfbsoftware.xml.exception.XmlDocumentRuntimeException
class XmlDocumentRuntimeException extends NfbRuntimeException implements Serializable- serialVersionUID:
- 1L
-
Class com.nfbsoftware.xml.exception.XmlDocumentRuntimeException.Code
class Code extends NfbRuntimeException.Code implements Serializable- serialVersionUID:
- 1L
-