|
J avolution v5.3 (J2SE 1.5+) | ||||||||
| 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
javolution.testing.ExecutionException
public class ExecutionException
This class represents an unexpected exception which might be raised during test execution.
| Constructor Summary | |
|---|---|
ExecutionException(java.lang.String message)
Creates an execution exception with the specified message. |
|
ExecutionException(java.lang.Throwable cause)
Creates an execution exception due to an unexpected error. |
|
| Method Summary | |
|---|---|
java.lang.Throwable |
getCause()
Returns the cause of this exception. |
java.lang.String |
toString()
Returns the textual representation of this exception. |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ExecutionException(java.lang.String message)
message - the error message.public ExecutionException(java.lang.Throwable cause)
cause - the error.| Method Detail |
|---|
public java.lang.Throwable getCause()
getCause in class java.lang.Throwablenull.public java.lang.String toString()
toString in class java.lang.Throwable
|
J avolution v5.3 (J2SE 1.5+) | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||