Package io.odysz.semantics.x
Class SemanticException
java.lang.Object
java.lang.Throwable
java.lang.Exception
io.odysz.transact.x.TransException
io.odysz.semantics.x.SemanticException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ExchangeException
public class SemanticException
extends io.odysz.transact.x.TransException
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class io.odysz.transact.x.TransException
getMessage
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SemanticException
-
-
Method Details
-
ex
public io.odysz.semantics.SemanticObject ex()Get the exception message object that can be serialized to json and send to client.- Returns:
- ex object
-
ex
Set object for details of exception- Parameters:
ex
-- Returns:
- this
-