public class CompilerException extends IzPackException
| Constructor and Description |
|---|
CompilerException(String message)
Construct a new exception with the specified message.
|
CompilerException(String message,
Throwable cause)
Construct a new exception with the specified message and wraps another cause.
|
getPromptTypeaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CompilerException(String message)
message - Description of the errorCopyright © 2001–2025. All rights reserved.