public class UnresolveablePropertyException
extends java.lang.RuntimeException
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
name |
| Constructor and Description |
|---|
UnresolveablePropertyException(ASTNode astNode) |
UnresolveablePropertyException(ASTNode astNode,
java.lang.Throwable throwable) |
UnresolveablePropertyException(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Throwable |
fillInStackTrace() |
java.lang.String |
getName() |
public UnresolveablePropertyException(ASTNode astNode, java.lang.Throwable throwable)
public UnresolveablePropertyException(ASTNode astNode)
public UnresolveablePropertyException(java.lang.String name)