org.apache.commons.scaffold.lang
Class PropertiesException

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.ResourceException
                      extended by org.apache.commons.scaffold.lang.PropertiesException
All Implemented Interfaces:
Serializable

public class PropertiesException
extends ResourceException

Exception for error populating object.

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
PropertiesException()
           
PropertiesException(String message)
           
PropertiesException(String message, Throwable cause)
           
PropertiesException(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

PropertiesException

public PropertiesException(String message)

PropertiesException

public PropertiesException(String message,
                           Throwable cause)

PropertiesException

public PropertiesException(Throwable cause)

PropertiesException

public PropertiesException()


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