org.apache.avalon.merlin
Class KernelError

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Error
          extended byorg.apache.avalon.framework.CascadingError
              extended byorg.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

Constructor Summary
KernelError(String message)
          Construct a new KernelError instance.
KernelError(String message, Throwable throwable)
          Construct a new KernelError instance.
 
Methods inherited from class org.apache.avalon.framework.CascadingError
getCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.