org.apache.avalon.meta.info.builder
Class BuildException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.avalon.framework.CascadingException
org.apache.avalon.meta.info.builder.BuildException
- All Implemented Interfaces:
- CascadingThrowable, Serializable
- public final class BuildException
- extends CascadingException
Exception to indicate error building meta object.
- Version:
- $Revision: 1.1 $ $Date: 2003/08/26 10:21:14 $
- Author:
- Avalon Development Team
- See Also:
- Serialized Form
BuildException
public BuildException(String message)
- Construct a new
BuildException
instance.
- Parameters:
message
- The detail message for this exception.
BuildException
public BuildException(String message,
Throwable throwable)
- Construct a new
BuildException
instance.
- Parameters:
message
- The detail message for this exception.throwable
- the root cause of the exception
Copyright © Apache Software Foundation. All Rights Reserved.