|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
sofya.mutator.verifier.VerifierException
public class VerifierException
An exception to indicate that an error has occurred in the verifier component.
| Constructor Summary | |
|---|---|
VerifierException()
Creates a verifier exception. |
|
VerifierException(java.lang.String msg)
Creates a new verifier exception with a given message. |
|
VerifierException(java.lang.String msg,
java.lang.Throwable cause)
Creates a new verifier exception with a message and encapsulating an original cause for failure. |
|
| Method Summary | |
|---|---|
java.lang.Throwable |
getCause()
Gets the exception that is the original source of the error (may be null). |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, 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 VerifierException()
public VerifierException(java.lang.String msg)
msg - Message describing the error.
public VerifierException(java.lang.String msg,
java.lang.Throwable cause)
msg - Message describing the error.cause - Exception which indicated the error.| Method Detail |
|---|
public java.lang.Throwable getCause()
null).
getCause in class java.lang.Throwable
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||