Uses of Class
com.nfbsoftware.xml.exception.XmlDocumentCheckedException.Code
Packages that use XmlDocumentCheckedException.Code
-
Uses of XmlDocumentCheckedException.Code in com.nfbsoftware.xml.exception
Fields in com.nfbsoftware.xml.exception declared as XmlDocumentCheckedException.CodeModifier and TypeFieldDescriptionstatic final XmlDocumentCheckedException.CodeXmlDocumentCheckedException.Codes.CHILD_NOT_FOUNDINFORMATION message with a code of XmlDocument:ChildNotFound: Child not found, path: {0}static final XmlDocumentCheckedException.CodeXmlDocumentCheckedException.Codes.CLONE_FAILEDINFORMATION message with a code of XmlDocument:CloneFailed: Could not clone the child node: {0}static final XmlDocumentCheckedException.CodeXmlDocumentCheckedException.Codes.DOCUMENT_LOAD_FAILEDWARNING message with a code of XmlDocument:DocumentLoadFailed: Failed to load the document: {0}static final XmlDocumentCheckedException.CodeXmlDocumentCheckedException.Codes.ERROR_ON_CHILD_REMOVEWARNING message with a code of XmlDocument:ErrorOnChildRemove: Error occured when trying to remove child: {0}static final XmlDocumentCheckedException.CodeXmlDocumentCheckedException.Codes.GENERAL_ERRORERROR message with a code of XmlDocument:GeneralError: A general error has occurred: {0}static final XmlDocumentCheckedException.CodeXmlDocumentCheckedException.Codes.INCOMPATIBLE_DOCUMENT_TYPEWARNING message with a code of XmlDocument:IncompatibleDocumentType: The XmlDocument implementation, {0} is incompatible with {1}static final XmlDocumentCheckedException.CodeXmlDocumentCheckedException.Codes.INVALID_INDEXWARNING message with a code of XmlDocument:InvalidIndex: Invalid index.static final XmlDocumentCheckedException.CodeXmlDocumentCheckedException.Codes.INVALID_NODE_NAMEWARNING message with a code of XmlDocument:InvalidNodeName: An invalid node name was found: {0}static final XmlDocumentCheckedException.CodeXmlDocumentCheckedException.Codes.INVALID_ROOT_ELEMENTWARNING message with a code of XmlDocument:InvalidRootElement: The root element of the document is not appropriate for this adapter type.static final XmlDocumentCheckedException.CodeXmlDocumentCheckedException.Codes.NULL_ROOT_ELEMENTWARNING message with a code of XmlDocument:NullRootElement: The root element of the document is null.static final XmlDocumentCheckedException.CodeXmlDocumentCheckedException.Codes.PARENT_NOT_FOUNDWARNING message with a code of XmlDocument:ParentNotFound: Parent node not found: {0}Constructors in com.nfbsoftware.xml.exception with parameters of type XmlDocumentCheckedException.CodeModifierConstructorDescriptionprotectedCode(String code, XmlDocumentCheckedException.Code mappedCode, String message, int severity) The protected constructor is provided for subclasses to extend the base code class.XmlDocumentCheckedException(XmlDocumentCheckedException.Code code, Object[] args, String debugInformation) Constructs aXmlDocumentCheckedExceptioninstance with the specified code, message arguments, debug information, and a severity equal to the severity of the code.XmlDocumentCheckedException(XmlDocumentCheckedException.Code code, Object[] args, String debugInformation, int severity) Constructs aXmlDocumentCheckedExceptioninstance with the specified code, message arguments, debug information and severity.XmlDocumentCheckedException(XmlDocumentCheckedException.Code code, Object[] args, String debugInformation, Throwable rootCause) Constructs aXmlDocumentCheckedExceptioninstance with the specified code, message arguments, debug information, root cause, and a severity equal to the severity of the code.XmlDocumentCheckedException(XmlDocumentCheckedException.Code code, Object[] args, String debugInformation, Throwable rootCause, int severity) Constructs aXmlDocumentCheckedExceptioninstance with the specified code, message arguments, debug information, root cause, and severity.XmlDocumentCheckedException(XmlDocumentCheckedException.Code code, Object arg, String debugInformation) Constructs aXmlDocumentCheckedExceptioninstance with the specified code, message argument, debug information and a severity equal to the severity of the code.XmlDocumentCheckedException(XmlDocumentCheckedException.Code code, Object arg, String debugInformation, int severity) Constructs aXmlDocumentCheckedExceptioninstance with the specified code, message argument, debug information, and severity.XmlDocumentCheckedException(XmlDocumentCheckedException.Code code, Object arg, String debugInformation, Throwable rootCause) Constructs aXmlDocumentCheckedExceptioninstance with the specified code, message argument, debug information, root cause, and a severity equal to the severity of the code.XmlDocumentCheckedException(XmlDocumentCheckedException.Code code, Object arg, String debugInformation, Throwable rootCause, int severity) Constructs aXmlDocumentCheckedExceptioninstance with the specified code, message argument, debug information, root cause, and severity.XmlDocumentCheckedException(XmlDocumentCheckedException.Code code, String debugInformation) Constructs aXmlDocumentCheckedExceptioninstance with the specified code, message argument, debug information and a severity equal to the severity of the code.XmlDocumentCheckedException(XmlDocumentCheckedException.Code code, String debugInformation, int severity) Constructs aXmlDocumentCheckedExceptioninstance with the specified code, message arguments, debug information and severity.