Class ScriptingErrorException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CompileErrorException, ExecuteErrorException

public class ScriptingErrorException extends RuntimeException
Author:
jjdelcerro
See Also:
  • Constructor Details

    • ScriptingErrorException

      public ScriptingErrorException(String msg, File name, int line, int column)
  • Method Details

    • getLineNumber

      public int getLineNumber()
    • getColumnNumber

      public int getColumnNumber()
    • getScriptName

      public String getScriptName()
    • getScriptFile

      public File getScriptFile()