public class CompilerException extends RuntimeException
| Constructor and Description |
|---|
CompilerException()
Creates a new
ParseException. |
CompilerException(String msg)
Creates a new
ParseException with the specified detail message. |
CompilerException(String msg,
Throwable initCause)
Creates a new
ParseException with the specified detail message and cause. |
CompilerException(Throwable initCause)
Creates a new
ParseException with the specified cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CompilerException()
ParseException.public CompilerException(String msg)
ParseException with the specified detail message.msg - the exception's detail messagepublic CompilerException(Throwable initCause)
ParseException with the specified cause.initCause - the exception's initCauseCopyright © 2008–2017 Ultreia.io. All rights reserved.