public class internal_error extends Exception
Constructor and Description |
---|
internal_error(String msg)
Constructor with a message
|
Modifier and Type | Method and Description |
---|---|
void |
crash()
Method called to do a forced error exit via runtime exception on an internal error
for cases when we can't actually throw the checked exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public internal_error(String msg)
Copyright © 2003–2016 Community Z Tools Project. All rights reserved.