org.apache.commons.scaffold.lang
Class BaseException

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
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ParameterException, PopulateException, ResourceException

public class BaseException
extends ChainedException

Base exception for additional subclasses.

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

Constructor Summary
BaseException(java.lang.String message)
           
BaseException(java.lang.String message, 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
 

Constructor Detail

BaseException

public BaseException(java.lang.String message)

BaseException

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


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