org.mvel2
Class UnresolveablePropertyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.mvel2.UnresolveablePropertyException
All Implemented Interfaces:
Serializable

public class UnresolveablePropertyException
extends RuntimeException

Author:
Christopher Brock
See Also:
Serialized Form

Constructor Summary
UnresolveablePropertyException(ASTNode astNode)
           
UnresolveablePropertyException(ASTNode astNode, Throwable throwable)
           
UnresolveablePropertyException(String name)
           
 
Method Summary
 Throwable fillInStackTrace()
           
 String getName()
           
 
Methods inherited from class java.lang.Throwable
getCause, getLocalizedMessage, getMessage, getStackTrace, 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

UnresolveablePropertyException

public UnresolveablePropertyException(ASTNode astNode,
                                      Throwable throwable)

UnresolveablePropertyException

public UnresolveablePropertyException(ASTNode astNode)

UnresolveablePropertyException

public UnresolveablePropertyException(String name)
Method Detail

getName

public String getName()

fillInStackTrace

public Throwable fillInStackTrace()
Overrides:
fillInStackTrace in class Throwable


Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.