org.apache.commons.scaffold.lang
Class ParameterException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.commons.scaffold.lang.ChainedException
              extended by org.apache.commons.scaffold.lang.BaseException
                  extended by org.apache.commons.scaffold.lang.ParameterException
All Implemented Interfaces:
Serializable

public class ParameterException
extends BaseException

Exception for error accessing a resource needed for a model (index file, data file).

Version:
$Revision: 155464 $ $Date: 2005-02-26 13:26:54 +0000 (Sat, 26 Feb 2005) $
Author:
Ted Husted
See Also:
Serialized Form

Field Summary
static String MESSAGE
           
 
Constructor Summary
ParameterException()
           
ParameterException(String message)
           
ParameterException(String message, Throwable cause)
           
ParameterException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class org.apache.commons.scaffold.lang.ChainedException
getCause, getCauseMessage, getMessage, isCause, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

MESSAGE

public static final String MESSAGE
See Also:
Constant Field Values
Constructor Detail

ParameterException

public ParameterException(String message)

ParameterException

public ParameterException(String message,
                          Throwable cause)

ParameterException

public ParameterException(Throwable cause)

ParameterException

public ParameterException()


Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.