Package org.mvel2

Class UnresolveablePropertyException

  • All Implemented Interfaces:
    java.io.Serializable

    public class UnresolveablePropertyException
    extends java.lang.RuntimeException
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String name  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Throwable fillInStackTrace()  
      java.lang.String getName()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, 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
    • Field Detail

      • name

        private java.lang.String name
    • Constructor Detail

      • UnresolveablePropertyException

        public UnresolveablePropertyException​(ASTNode astNode,
                                              java.lang.Throwable throwable)
      • UnresolveablePropertyException

        public UnresolveablePropertyException​(ASTNode astNode)
      • UnresolveablePropertyException

        public UnresolveablePropertyException​(java.lang.String name)
    • Method Detail

      • getName

        public java.lang.String getName()
      • fillInStackTrace

        public java.lang.Throwable fillInStackTrace()
        Overrides:
        fillInStackTrace in class java.lang.Throwable