org.apache.commons.scaffold.lang
Class PopulateException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.apache.commons.scaffold.lang.ChainedException
              extended byorg.apache.commons.scaffold.lang.BaseException
                  extended byorg.apache.commons.scaffold.lang.PopulateException
All Implemented Interfaces:
java.io.Serializable

public class PopulateException
extends BaseException

Exception for error populating object.

Version:
$Revision: 1.4 $ $Date: 2004/03/21 21:10:42 $
See Also:
Serialized Form

Field Summary
static java.lang.String MESSAGE
           
 
Constructor Summary
PopulateException()
           
PopulateException(java.lang.String message)
           
PopulateException(java.lang.String message, java.lang.Throwable cause)
           
PopulateException(java.lang.Throwable cause)
           
 
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 java.lang.String MESSAGE
See Also:
Constant Field Values
Constructor Detail

PopulateException

public PopulateException(java.lang.String message)

PopulateException

public PopulateException(java.lang.String message,
                         java.lang.Throwable cause)

PopulateException

public PopulateException(java.lang.Throwable cause)

PopulateException

public PopulateException()


Copyright © 2002-2005 The Apache Software Foundation. All Rights Reserved.