Class IEvaluationException

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    EvaluationException

    public abstract class IEvaluationException
    extends java.lang.RuntimeException
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract void setAdditionalDetails​(java.lang.String details)  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • IEvaluationException

        protected IEvaluationException​(java.lang.String msg)
      • IEvaluationException

        protected IEvaluationException​(java.lang.Throwable t)
    • Method Detail

      • setAdditionalDetails

        public abstract void setAdditionalDetails​(java.lang.String details)