org.rhq.scripting.javascript.engine.util
Class ExtendedScriptException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.script.ScriptException
org.rhq.scripting.javascript.engine.util.ExtendedScriptException
- All Implemented Interfaces:
- Serializable
public class ExtendedScriptException
- extends ScriptException
An extension of javax.script.ScriptException that allows
the cause of an exception to be set.
- See Also:
- Serialized Form
|
Constructor Summary |
ExtendedScriptException(Exception e)
|
ExtendedScriptException(String s)
|
ExtendedScriptException(String message,
String fileName,
int lineNumber)
|
ExtendedScriptException(String message,
String fileName,
int lineNumber,
int columnNumber)
|
ExtendedScriptException(Throwable cause,
String message,
String fileName,
int lineNumber)
|
ExtendedScriptException(Throwable cause,
String message,
String fileName,
int lineNumber,
int columnNumber)
|
ExtendedScriptException
public ExtendedScriptException(Throwable cause,
String message,
String fileName,
int lineNumber,
int columnNumber)
ExtendedScriptException
public ExtendedScriptException(String s)
ExtendedScriptException
public ExtendedScriptException(Exception e)
ExtendedScriptException
public ExtendedScriptException(String message,
String fileName,
int lineNumber)
ExtendedScriptException
public ExtendedScriptException(Throwable cause,
String message,
String fileName,
int lineNumber)
ExtendedScriptException
public ExtendedScriptException(String message,
String fileName,
int lineNumber,
int columnNumber)
getCause
public Throwable getCause()
- Overrides:
getCause in class Throwable
Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.