Uses of Enum Class
org.cdlib.mrt.utility.TExceptionEnum
Packages that use TExceptionEnum
-
Uses of TExceptionEnum in org.cdlib.mrt.utility
Fields in org.cdlib.mrt.utility declared as TExceptionEnumModifier and TypeFieldDescriptionprotected TExceptionEnumTException.statusprotected TExceptionEnumTRuntimeException.statusMethods in org.cdlib.mrt.utility that return TExceptionEnumModifier and TypeMethodDescriptionTException.getStatus()return the status codeTRuntimeException.getStatus()return the status codestatic TExceptionEnumReturns the enum constant of this class with the specified name.static TExceptionEnum[]TExceptionEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.cdlib.mrt.utility with parameters of type TExceptionEnumModifier and TypeMethodDescriptionstatic StringTException.getDescription(TExceptionEnum mnemonic) get a String message associated with an integer mnemonic codestatic StringTRuntimeException.getDescription(TExceptionEnum mnemonic) get a String message associated with an integer mnemonic codeprotected voidTException.setTException(TExceptionEnum status, String msg, Exception ex) Set exception content based on whether a message or remote exception was provided.protected voidTRuntimeException.setTException(TExceptionEnum status, String msg, Exception ex) Constructors in org.cdlib.mrt.utility with parameters of type TExceptionEnumModifierConstructorDescriptionTException(TExceptionEnum status, Exception ex) The constructor set the status code and no messageTException(TExceptionEnum status, String msg) This constuctor sets the message and status code associated with this exception.TException(TExceptionEnum status, String msg, Exception ex) The constructor set the status code and no messageTRuntimeException(TExceptionEnum status, Exception ex) The constructor set the status code and no messageTRuntimeException(TExceptionEnum status, String msg) This constuctor sets the message and status code associated with this exception.TRuntimeException(TExceptionEnum status, String msg, Exception ex) The constructor set the status code and no message