public class ScriptCompilationException extends ScriptException
Constructor and Description |
---|
ScriptCompilationException(String message)
Constructs a new exception with the specified detail message.
|
ScriptCompilationException(String message,
Exception cause)
Constructs a new exception with the specified detail message and cause.
|
ScriptCompilationException(String message,
Exception cause,
String fileName,
int lineNumber,
int columnNumber)
Constructs a new exception with the specified detail message.
|
getColumnNumber, getFileName, getLineNumber, getMessage
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ScriptCompilationException(String message)
public ScriptCompilationException(String message, Exception cause)
Copyright © 2025 Open Identity Platform Community. All rights reserved.