org.netbeans.spi.jackpot
Class ScriptParsingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.netbeans.spi.jackpot.ScriptParsingException
- All Implemented Interfaces:
- Serializable
public class ScriptParsingException
- extends RuntimeException
Reports errors parsing rules files.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ScriptParsingException
public ScriptParsingException(String errorMsg)
- Constructs an instance of
ScriptParsingException with the
specified error message(s).
- Parameters:
errorMsg - the error message text.
ScriptParsingException
public ScriptParsingException(String message,
Throwable cause)
- Constructs an instance of
ScriptParsingException with the
specified detail message and cause.
- Parameters:
message - the detail message.cause - the cause.