Uses of Class
com.nfbsoftware.exception.NfbCheckedException.Code
Packages that use NfbCheckedException.Code
-
Uses of NfbCheckedException.Code in com.nfbsoftware.exception
Fields in com.nfbsoftware.exception declared as NfbCheckedException.CodeModifier and TypeFieldDescriptionprotected NfbCheckedException.CodeNfbCheckedException.mCodeThe error code of this exception class.Methods in com.nfbsoftware.exception that return NfbCheckedException.CodeModifier and TypeMethodDescriptionNfbCheckedException.getCode()Gets the exception codestatic NfbCheckedException.CodeGets the MediaMateCheckedException.Code object with the corresponding code name.protected abstract NfbCheckedException.CodeNfbCheckedException.getDefaultCode()Gets the defaultCode.NfbCheckedException.Code.getMappedCode()Returns the code's mapped codeMethods in com.nfbsoftware.exception with parameters of type NfbCheckedException.CodeModifier and TypeMethodDescriptionprotected static voidNfbCheckedException.registerCode(NfbCheckedException.Code code) Registers a code object in the code map.Constructors in com.nfbsoftware.exception with parameters of type NfbCheckedException.CodeModifierConstructorDescriptionprotectedCode(String code, NfbCheckedException.Code mappedCode, String message, int severity) The protected constructor ensures that no instances of this class are constructed outside of the exception class or its children.NfbCheckedException(NfbCheckedException.Code code, Object[] args, String debugInformation, Throwable rootCause, int severity) Constructs an MediaMateCheckedException instance with the specified code, args, debugInformation and severity. -
Uses of NfbCheckedException.Code in com.nfbsoftware.xml.exception
Subclasses of NfbCheckedException.Code in com.nfbsoftware.xml.exceptionModifier and TypeClassDescriptionstatic classRepresents aXmlDocumentCheckedExceptioncode.Methods in com.nfbsoftware.xml.exception that return NfbCheckedException.CodeModifier and TypeMethodDescriptionprotected NfbCheckedException.CodeXmlDocumentCheckedException.getDefaultCode()Gets the defaultCode.