|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException org.apache.batik.script.InterpreterException
public class InterpreterException
An exception that will be thrown when a problem is encountered in the
script by an Interpreter
interface implementation.
Constructor Summary | |
---|---|
InterpreterException(Exception exception,
String message,
int lineno,
int columnno)
Builds an instance of InterpreterException . |
|
InterpreterException(String message,
int lineno,
int columnno)
Builds an instance of InterpreterException . |
Method Summary | |
---|---|
int |
getColumnNumber()
Returns the column number where the error occurs. |
Exception |
getException()
Returns the embedded exception. |
int |
getLineNumber()
Returns the line number where the error occurs. |
String |
getMessage()
Returns the message of this exception. |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public InterpreterException(String message, int lineno, int columnno)
InterpreterException
.
message
- the Exception
message.lineno
- the number of the line the error occurs.columnno
- the number of the column the error occurs.public InterpreterException(Exception exception, String message, int lineno, int columnno)
InterpreterException
.
exception
- the embedded exception.message
- the Exception
message.lineno
- the number of the line the error occurs.columnno
- the number of the column the error occurs.Method Detail |
---|
public int getLineNumber()
public int getColumnNumber()
public Exception getException()
public String getMessage()
getMessage
in class Throwable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |