org.apache.commons.scaffold.lang
Class PopulateException

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.PopulateException
All Implemented Interfaces:
Serializable

public class PopulateException
extends BaseException

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

PopulateException

public PopulateException(String message)

PopulateException

public PopulateException(String message,
                         Throwable cause)

PopulateException

public PopulateException(Throwable cause)

PopulateException

public PopulateException()


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