|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--java.lang.RuntimeException | +--org.apache.batik.bridge.BridgeException
Thrown when the bridge has detected an error.
Field Summary | |
protected java.lang.String |
code
The error code. |
protected Element |
e
The element on which the error occured. |
protected int |
line
The line number on which the error occured. |
protected GraphicsNode |
node
The graphics node that represents the current state of the GVT tree. |
protected java.lang.Object[] |
params
The paramters to use for the error message. |
Constructor Summary | |
BridgeException(Element e,
java.lang.String code,
java.lang.Object[] params)
Constructs a new BridgeException with the specified parameters. |
Method Summary | |
java.lang.String |
getCode()
Returns the exception's error code |
Element |
getElement()
Returns the element on which the error occurred. |
GraphicsNode |
getGraphicsNode()
Returns the graphics node that represents the current GVT tree built. |
java.lang.String |
getMessage()
Returns the error message according to the error code and parameters. |
void |
setGraphicsNode(GraphicsNode node)
Sets the graphics node that represents the current GVT tree built. |
void |
setLineNumber(int line)
Returns the line number on which the error occurred. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, printStackTrace, printStackTrace, printStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
protected Element e
protected java.lang.String code
protected java.lang.Object[] params
protected int line
protected GraphicsNode node
Constructor Detail |
public BridgeException(Element e, java.lang.String code, java.lang.Object[] params)
e
- the element on which the error occuredcode
- the error codeparams
- the parameters to use for the error messageMethod Detail |
public Element getElement()
public void setLineNumber(int line)
public void setGraphicsNode(GraphicsNode node)
node
- the graphics nodepublic GraphicsNode getGraphicsNode()
public java.lang.String getMessage()
getMessage
in class java.lang.Throwable
public java.lang.String getCode()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |