org.multiverse.api.exceptions
Class PanicError
java.lang.Object
java.lang.Throwable
java.lang.Error
org.multiverse.api.exceptions.PanicError
- All Implemented Interfaces:
- Serializable
public class PanicError
- extends 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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
PanicError
public PanicError()
PanicError
public PanicError(String message)
PanicError
public PanicError(String message,
Throwable cause)
PanicError
public PanicError(Throwable cause)
Copyright © 2008-2010 Multiverse. All Rights Reserved.