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

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

public final class VerifyException

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

Constructor Summary
VerifyException(String message)
          Construct a new VerifyException instance.
VerifyException(String message, Throwable throwable)
          Construct a new VerifyException instance.
 

Constructor Detail

VerifyException

public VerifyException(String message)
Construct a new VerifyException instance.
Parameters:
message - The detail message for this exception.

VerifyException

public VerifyException(String message,
                       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.