Package org.mvel2

Class UnresolveablePropertyException

All Implemented Interfaces:
Serializable

public class UnresolveablePropertyException extends RuntimeException
See Also:
  • Field Details

  • Constructor Details

    • UnresolveablePropertyException

      public UnresolveablePropertyException(ASTNode astNode, Throwable throwable)
    • UnresolveablePropertyException

      public UnresolveablePropertyException(ASTNode astNode)
    • UnresolveablePropertyException

      public UnresolveablePropertyException(String name)
  • Method Details