public class Die extends RuntimeException
TextBuiltin implementation has failed during execution.
Typically the stack trace for a Die exception is not shown to the user as it may indicate a simple error condition that the end-user can fix on their own, without needing a screen of Java stack frames.
| Constructor and Description |
|---|
Die(String why)
Construct a new message explaining what has gone wrong.
|
Die(String why,
Throwable cause)
Construct a new message explaining what has gone wrong.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic Die(String why)
why - the message to show to the end-user.Copyright © 2013. All rights reserved.