Bees v0.5.0 API

bees.core.kernel
Class KernelPanic

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Error
              |
              +--bees.core.Panic
                    |
                    +--bees.core.kernel.KernelPanic
All Implemented Interfaces:
java.io.Serializable

public class KernelPanic
extends Panic

Error thrown when there is an internal error in the kernel.

See Also:
Serialized Form

Constructor Summary
KernelPanic(java.lang.String msg)
          Construct a KernelPanic object with the given values.
KernelPanic(java.lang.String msg, java.lang.Throwable th)
          Construct a KernelPanic object with the given values.
KernelPanic(java.lang.Throwable th)
          Construct a KernelPanic object with the given values.
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class bees.core.Panic
getThrowable
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

KernelPanic

public KernelPanic(java.lang.String msg)
Construct a KernelPanic object with the given values.
Parameters:
msg - The message to pass up to Throwable.

KernelPanic

public KernelPanic(java.lang.Throwable th)
Construct a KernelPanic object with the given values.
Parameters:
th - The Throwable object that caused the problem.

KernelPanic

public KernelPanic(java.lang.String msg,
                   java.lang.Throwable th)
Construct a KernelPanic object with the given values.
Parameters:
msg - The message to pass up to Throwable.
th - The Throwable object that caused the problem.
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class Panic

Bees v0.5.0 API

This documentation is Copyright (C) 2002 The University of Utah. All Rights Reserved. See the individual source files for distribution terms.
Documentation, software, and mailing lists for Bees v0.5.0 can be found at the Janos Project: http://www.cs.utah.edu/flux/janos/