Package org.whiteflagprotocol.java.util
Class WfUtilException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.whiteflagprotocol.java.util.WfUtilException
- All Implemented Interfaces:
Serializable
Whiteflag protocol utility exception class
- Since:
- 1.0
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Whiteflag utility error categories -
Field Summary
Modifier and TypeFieldDescriptionWhiteflag util error category as defined byWfUtilException.ErrorType
-
Constructor Summary
ConstructorDescriptionWfUtilException
(String message, Throwable cause, WfUtilException.ErrorType type) Creates a Whiteflag utility exception with a specific utility error type -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
errorType
Whiteflag util error category as defined byWfUtilException.ErrorType
-
-
Constructor Details
-
WfUtilException
Creates a Whiteflag utility exception with a specific utility error type- Parameters:
message
- String containing the human readible error messagecause
- the causing error, or nulltype
- the error type
-