org.apache.avalon.merlin
Class KernelError
java.lang.Object
java.lang.Throwable
java.lang.Error
org.apache.avalon.framework.CascadingError
org.apache.avalon.merlin.KernelError
- All Implemented Interfaces:
- CascadingThrowable, Serializable
- public class KernelError
- extends CascadingError
Exception to indicate that there was a kernel error.
- Version:
- $Revision: 1.2 $ $Date: 2004/01/24 23:25:31 $
- Author:
- Avalon Development Team
- See Also:
- Serialized Form
KernelError
public KernelError(String message)
- Construct a new
KernelError
instance.
- Parameters:
message
- The detail message for this exception.
KernelError
public KernelError(String message,
Throwable throwable)
- Construct a new
KernelError
instance.
- Parameters:
message
- The detail message for this exception.throwable
- the root cause of the exception
Copyright © The Apache Software Foundation. All Rights Reserved.