org.apache.batik.bridge
Class BuilderException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--org.apache.batik.bridge.BuilderException
- All Implemented Interfaces:
- java.io.Serializable
- public class BuilderException
- extends java.lang.RuntimeException
Thrown when the GVTBuilder has encountered an error.
- See Also:
- Serialized Form
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 |
element
protected Element element
root
protected GraphicsNode root
BuilderException
public BuilderException(Element e,
java.lang.String msg)
- Constructs a new BuilderException.
- Parameters:
msg
- the exception messagee
- the element on which the error occured
getElement
public Element getElement()
- Returns the element responsible on the error.
getRootGraphicsNode
public GraphicsNode getRootGraphicsNode()
- Returns the root graphics node built.
setRootGraphicsNode
public void setRootGraphicsNode(GraphicsNode root)
- Sets the current state of the GVT tree.
- Parameters:
root
- the root graphics node
Copyright © 2000 Apache Software Foundation. All Rights Reserved.