public class TypeSystemError extends RuntimeException
| Constructor and Description |
|---|
TypeSystemError(String message)
Constructs a new TypeSystemError with the specified detail message.
|
TypeSystemError(String fmt,
Object... args)
Constructs a new TypeSystemError with a detail message composed from the given arguments.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic TypeSystemError(String message)
message - the detail message