|
||||||||||
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 | +--org.apache.batik.bridge.IllegalAttributeValueException
Thrown when an attribute has an illegal value.
Fields inherited from class org.apache.batik.bridge.BridgeException |
node |
Constructor Summary | |
IllegalAttributeValueException(java.lang.String msg)
Constructs a new IllegalAttributeValueException. |
|
IllegalAttributeValueException(java.lang.String msg,
GraphicsNode node)
Constructs a new IllegalAttributeValueException. |
Methods inherited from class org.apache.batik.bridge.BridgeException |
getGraphicsNode |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public IllegalAttributeValueException(java.lang.String msg)
msg
- the exception messagepublic IllegalAttributeValueException(java.lang.String msg, GraphicsNode node)
msg
- the exception messagenode
- the graphics node on which the error occured
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |