public PjScriptException(String message, int lineNumber, String source, int errorType)(Code)
Creates a PjScriptException with detailed arguments.
Parameters: message - a detailed message. Parameters: lineNumber - the line number in the script where the exception occurred. Parameters: source - the file or program where the script originated. Parameters: errorType - the general class of error.