org.apache.commons.scaffold.lang
Class BaseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.commons.scaffold.lang.ChainedException
org.apache.commons.scaffold.lang.BaseException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- ParameterException, PopulateException, ResourceException
public class BaseException
- extends ChainedException
Base exception for additional subclasses.
- Version:
- $Revision: 155464 $ $Date: 2005-02-26 13:26:54 +0000 (Sat, 26 Feb 2005) $
- Author:
- Ted Husted
- See Also:
- Serialized Form
BaseException
public BaseException(String message)
BaseException
public BaseException(String message,
Throwable cause)
Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.