public class CompilerException extends RuntimeException
| Constructor and Description |
|---|
CompilerException()
Creates a compiler exception with no message and no cause.
|
CompilerException(String message)
Creates a compiler exception with the given message and no cause.
|
CompilerException(String message,
Throwable cause)
Creates a compiler exception with the given message and cause.
|
CompilerException(Throwable cause)
Creates a compiler exception with the given cause and no message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CompilerException()
public CompilerException(String message)
message - The message for the exception.public CompilerException(Throwable cause)
cause - The Throwable that caused this exception.Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.