public class CompilationException
extends java.lang.Exception
| Constructor and Description |
|---|
CompilationException()
Construct the exception with no details.
|
CompilationException(java.lang.String message)
Construct the exception with a
String message. |
CompilationException(java.lang.String message,
java.lang.Throwable cause)
Construct the exception with a
String message and a Throwable cause. |
CompilationException(java.lang.Throwable cause)
Construct the exception with a
Throwable cause. |
public CompilationException()
public CompilationException(@Nonnull
java.lang.String message)
String message.message - the messagepublic CompilationException(@Nonnull
java.lang.String message,
@Nonnull
java.lang.Throwable cause)
String message and a Throwable cause.message - the messagecause - the causepublic CompilationException(@Nonnull
java.lang.Throwable cause)
Throwable cause.cause - the cause