public class CompilerException extends Exception
| Constructor and Description |
|---|
CompilerException()
Instantiates a new compiler exception.
|
CompilerException(String message)
Instantiates a new compiler exception.
|
CompilerException(String message,
Throwable cause)
Instantiates a new compiler exception.
|
CompilerException(Throwable cause)
Instantiates a new compiler exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CompilerException()
public CompilerException(String message)
message - the messagepublic CompilerException(Throwable cause)
cause - the causeCopyright © 2009–2020 psi-probe. All rights reserved.