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:
java.io.Serializable

public class UnresolveablePropertyException
extends java.lang.RuntimeException

Author:
Christopher Brock
See Also:
Serialized Form

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

UnresolveablePropertyException

public UnresolveablePropertyException(ASTNode astNode)

UnresolveablePropertyException

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

getName

public java.lang.String getName()


Copyright © 2010. All Rights Reserved.