|
||||||||||
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.MissingAttributeException
Thrown when a required attribute is missing on a specific Element.
Fields inherited from class org.apache.batik.bridge.BridgeException |
node |
Constructor Summary | |
MissingAttributeException(java.lang.String msg)
Constructs a new MissingAttributeException. |
|
MissingAttributeException(java.lang.String msg,
GraphicsNode node)
Constructs a new MissingAttributeException. |
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 MissingAttributeException(java.lang.String msg)
msg
- the exception messagepublic MissingAttributeException(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 |