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 Details

    • SemanticException

      public SemanticException(String format, Object... args)
  • 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

      public SemanticException ex(io.odysz.semantics.SemanticObject ex)
      Set object for details of exception
      Parameters:
      ex -
      Returns:
      this