org.codehaus.spice.configkit
Class ValidateException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.codehaus.spice.configkit.ValidateException
All Implemented Interfaces:
Serializable

public class ValidateException
extends Exception

Exception thrown when there is an error validating configuration.

Version:
$Revision: 1.1 $ $Date: 2003/12/03 03:19:28 $
Author:
Peter Donald
See Also:
Serialized Form

Constructor Summary
ValidateException(String message)
          Create an exception with specified message.
ValidateException(String message, Throwable cause)
          Create an exception with specified message and cause.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, 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

ValidateException

public ValidateException(String message)
Create an exception with specified message.

Parameters:
message - the message.

ValidateException

public ValidateException(String message,
                         Throwable cause)
Create an exception with specified message and cause.

Parameters:
message - the message
cause - the cause


Copyright © 2003-2008 Codehaus. All Rights Reserved.