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