|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Error
koala.dynamicjava.interpreter.error.ExecutionError
koala.dynamicjava.interpreter.error.PossibleExecutionError
public class PossibleExecutionError
This error is thrown when an NameVisitor encounters AmbiguousName that denotes ReferenceTypeName. In most contexts, this is an error
| Field Summary |
|---|
| Fields inherited from class koala.dynamicjava.interpreter.error.ExecutionError |
|---|
SHOW_CAUSE_PROPERTY, SHOW_TRACE_PROPERTY, thrown |
| Constructor Summary | |
|---|---|
PossibleExecutionError(String s,
Node n,
ReferenceTypeName rt)
Constructs a PossiblexecutionError with the specified
detail message, tree node, and refereence type. |
|
| Method Summary | |
|---|---|
ReferenceTypeName |
getReferenceType()
|
| Methods inherited from class koala.dynamicjava.interpreter.error.ExecutionError |
|---|
getMessage, getNode, printStackTrace, printStackTrace, printStackTrace |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PossibleExecutionError(String s,
Node n,
ReferenceTypeName rt)
PossiblexecutionError with the specified
detail message, tree node, and refereence type.
s - the detail message (a key in a resource file).n - the syntax tree node where the error occursrt - the ReferenceTypeName returned in this error| Method Detail |
|---|
public ReferenceTypeName getReferenceType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||