Uses of Enum
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 TExceptionEnum
TException.status
protected TExceptionEnum
TRuntimeException.status
Methods in org.cdlib.mrt.utility that return TExceptionEnumModifier and TypeMethodDescriptionTException.getStatus()
return the status codeTRuntimeException.getStatus()
return the status codestatic TExceptionEnum
Returns the enum constant of this type with the specified name.static TExceptionEnum[]
TExceptionEnum.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.cdlib.mrt.utility with parameters of type TExceptionEnumModifier and TypeMethodDescriptionstatic String
TException.getDescription
(TExceptionEnum mnemonic) get a String message associated with an integer mnemonic codestatic String
TRuntimeException.getDescription
(TExceptionEnum mnemonic) get a String message associated with an integer mnemonic codeprotected void
TException.setTException
(TExceptionEnum status, String msg, Exception ex) Set exception content based on whether a message or remote exception was provided.protected void
TRuntimeException.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