Package org.gvsig.scripting
Class ExecuteErrorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.gvsig.scripting.ScriptingErrorException
org.gvsig.scripting.ExecuteErrorException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionExecuteErrorException(String msg, File name, int line, int column) ExecuteErrorException(String msg, File name, int line, int column, Throwable cause) ExecuteErrorException(String msg, File name, Throwable cause) -
Method Summary
Methods inherited from class org.gvsig.scripting.ScriptingErrorException
getColumnNumber, getLineNumber, getScriptFile, getScriptNameMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ExecuteErrorException
-
ExecuteErrorException
-
ExecuteErrorException
-