|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
csheets.core.formula.util.ExpressionVisitorException
public class ExpressionVisitorException
A base-class for exceptions thrown when traversing an expression tree.
| Constructor Summary | |
|---|---|
ExpressionVisitorException()
Creates a new expression visitor exception. |
|
ExpressionVisitorException(String message)
Creates a new expression visitor exception. |
|
ExpressionVisitorException(String message,
Throwable cause)
Creates a new expression visitor exception. |
|
ExpressionVisitorException(Throwable cause)
Creates a new expression visitor exception. |
|
| Method Summary |
|---|
| 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 |
|---|
public ExpressionVisitorException()
public ExpressionVisitorException(String message)
message - a message that describes what happened
public ExpressionVisitorException(String message,
Throwable cause)
message - a message that describes what happenedcause - the cause of the exceptionpublic ExpressionVisitorException(Throwable cause)
cause - the cause of the exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||