package saker.build.scripting
Exception reporting that a build script evaluation failed due to some syntactic or semantic error.
The reasons of the parsing failure can be retrieved from getReasons().
public static class | Class for containing the location and the reason of the script parsing failure. |
public | ScriptParsingFailedException( Creates a new instance. |
public | ScriptParsingFailedException( Creates a new instance. |
public | ScriptParsingFailedException( Creates a new instance. |
public | ScriptParsingFailedException( Creates a new instance. |
Creates a new instance.
messageThe detail message.
causeThe cause.
reasonsThe reasons for parsing failure.
Creates a new instance.
messageThe detail message.
reasonsThe reasons for parsing failure.
Creates a new instance.
causeThe cause.
reasonsThe reasons for parsing failure.
Creates a new instance.
reasonsThe reasons for parsing failure.
Gets the reasons that caused the script parsing to fail.
An unmodifiable set of reasons.