public class PanicError extends Error
Error
thrown when the state of the Stm
has been compromised. Normally this exception should
never happen.Constructor and Description |
---|
PanicError(String message)
Creates a new PanicError with the provided message.
|
PanicError(String message,
Throwable cause)
Creates a new PanicError with the provided message and cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public PanicError(String message)
message
- the message of the PanicError.Copyright © 2020. All rights reserved.