Package ognl

Class ExpressionSyntaxException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ExpressionSyntaxException
    extends OgnlException
    Exception thrown if a malformed OGNL expression is encountered.
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static long serialVersionUID  
    • Constructor Summary

      Constructors 
      Constructor Description
      ExpressionSyntaxException​(java.lang.String expression, java.lang.Throwable reason)  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

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

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

      • ExpressionSyntaxException

        public ExpressionSyntaxException​(java.lang.String expression,
                                         java.lang.Throwable reason)