Class ExpressionIsUnresolvedException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ExpressionIsUnresolvedException
    extends java.lang.RuntimeException
    Exception which is thrown, if it is tried to get the value of an expression which is deferred.
    See Also:
    Serialized Form
    • Method Summary

      • 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

      • ExpressionIsUnresolvedException

        public ExpressionIsUnresolvedException()
      • ExpressionIsUnresolvedException

        public ExpressionIsUnresolvedException​(java.lang.String message,
                                               java.lang.Throwable cause)
      • ExpressionIsUnresolvedException

        public ExpressionIsUnresolvedException​(java.lang.String message)
      • ExpressionIsUnresolvedException

        public ExpressionIsUnresolvedException​(java.lang.Throwable cause)