Uses of Class
com.nfbsoftware.xml.exception.XmlDocumentRuntimeException.Code
Packages that use XmlDocumentRuntimeException.Code
-
Uses of XmlDocumentRuntimeException.Code in com.nfbsoftware.xml.exception
Fields in com.nfbsoftware.xml.exception declared as XmlDocumentRuntimeException.CodeModifier and TypeFieldDescriptionstatic final XmlDocumentRuntimeException.CodeXmlDocumentRuntimeException.Codes.GENERAL_FATAL_ERRORFATAL message with a code of XmlDocument:GeneralFatalError: A general fatal error has occurrred: {0}Constructors in com.nfbsoftware.xml.exception with parameters of type XmlDocumentRuntimeException.CodeModifierConstructorDescriptionprotectedCode(String code, XmlDocumentRuntimeException.Code mappedCode, String message) The protected constructor is provided for subclasses to extend the base code class.XmlDocumentRuntimeException(XmlDocumentRuntimeException.Code code, Object[] args, String debugInformation) Constructs aXmlDocumentRuntimeExceptioninstance with the specified code, message arguments, amd debug information.XmlDocumentRuntimeException(XmlDocumentRuntimeException.Code code, Object[] args, String debugInformation, Throwable rootCause) Constructs aXmlDocumentRuntimeExceptioninstance with the specified code, message arguments, debug information, and root cause.XmlDocumentRuntimeException(XmlDocumentRuntimeException.Code code, Object arg, String debugInformation) Constructs aXmlDocumentRuntimeExceptioninstance with the specified code, message argument, and debug information.XmlDocumentRuntimeException(XmlDocumentRuntimeException.Code code, Object arg, String debugInformation, Throwable rootCause) Constructs aXmlDocumentRuntimeExceptioninstance with the specified code, message argument, debug information, and root cause.XmlDocumentRuntimeException(XmlDocumentRuntimeException.Code code, String debugInformation) Constructs aXmlDocumentRuntimeExceptioninstance with the specified code, message argument, and debug information.