org.multiverse.api.exceptions
Class PanicError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by org.multiverse.api.exceptions.PanicError
All Implemented Interfaces:
java.io.Serializable

public class PanicError
extends java.lang.Error

An Error that is thrown if the system has entered an invalid state. Normally this should never happen.

Author:
Peter Veentjer.
See Also:
Serialized Form

Constructor Summary
PanicError()
           
PanicError(java.lang.String message)
           
PanicError(java.lang.String message, java.lang.Throwable cause)
           
PanicError(java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, 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

PanicError

public PanicError()

PanicError

public PanicError(java.lang.String message)

PanicError

public PanicError(java.lang.String message,
                  java.lang.Throwable cause)

PanicError

public PanicError(java.lang.Throwable cause)


Copyright © 2008-2010 Multiverse. All Rights Reserved.