Class ResultException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.juliewoolie.delphi.util.ResultException
- All Implemented Interfaces:
 Serializable
Exception thrown by 
Result.getOrThrow() when there is no value present.- See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionResultException(Object errorObject) ResultException(String message) ResultException(Throwable cause)  - 
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
ResultException
 - 
ResultException
 - 
ResultException
 
 - 
 - 
Method Details
- 
getErrorObject
 
 -