org.apache.avalon.phoenix.tools.verifier
Class VerifyException

java.lang.Object
  |
  +--CascadingException
        |
        +--org.apache.avalon.phoenix.tools.verifier.VerifyException

public final class VerifyException
extends CascadingException

Exception to indicate error verifying a Block or application.

Version:
$Revision: 1.5.2.1 $ $Date: 2002/09/09 11:30:19 $
Author:
Peter Donald
See Also:
Serialized Form

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

VerifyException

public VerifyException(java.lang.String message)
Construct a new VerifyException instance.

Parameters:
message - The detail message for this exception.

VerifyException

public VerifyException(java.lang.String message,
                       java.lang.Throwable throwable)
Construct a new VerifyException instance.

Parameters:
message - The detail message for this exception.
throwable - the root cause of the exception


Copyright © 2001 Apache Jakarta Project. All Rights Reserved.