|
Evaluating Software Design Patterns — the "Gang of Four" patterns implemented in Java 6 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
dk.rode.thesis.interpreter.ExpressionException
public class ExpressionException
An expression exception is thrown in case of context, evaluation, or expression errors.
| Field Summary | |
|---|---|
(package private) static long |
serialVersionUID
Serial version id. |
| Constructor Summary | |
|---|---|
ExpressionException()
No-arg constructor. |
|
ExpressionException(Expression<?> expression)
Constructor. |
|
ExpressionException(String message)
Constructor. |
|
ExpressionException(Throwable cause)
Constructor. |
|
| 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 |
| Field Detail |
|---|
static final long serialVersionUID
| Constructor Detail |
|---|
public ExpressionException()
public ExpressionException(Expression<?> expression)
expression - The faulting expression; can be null.public ExpressionException(String message)
message - The detail message; can be null.public ExpressionException(Throwable cause)
cause - The causing throwable; can be null.
|
Gunni Rode / rode.dk | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||