Package com.osohq.oso
Class Exceptions.OsoException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.osohq.oso.Exceptions.OsoException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
Exceptions.AuthorizationException,Exceptions.FFIErrorNotFound,Exceptions.OperationalError,Exceptions.ParseError,Exceptions.PolarRuntimeException,Exceptions.ValidationError
- Enclosing class:
Exceptions
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionOsoException(String msg) OsoException(String msg, Map<String, Object> details) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
OsoException
-
OsoException
-
-
Method Details
-
getDetails
-