|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--CascadingException | +--org.apache.avalon.phoenix.tools.verifier.VerifyException
Exception to indicate error verifying a Block or application.
Constructor Summary | |
VerifyException(java.lang.String message)
Construct a new VerifyException instance. |
|
VerifyException(java.lang.String message,
java.lang.Throwable throwable)
Construct a new VerifyException instance. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public VerifyException(java.lang.String message)
VerifyException
instance.
message
- The detail message for this exception.public VerifyException(java.lang.String message, java.lang.Throwable throwable)
VerifyException
instance.
message
- The detail message for this exception.throwable
- the root cause of the exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |