net.trajano.twiff.renderer
Class ElementBuilderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.xml.sax.SAXException
net.trajano.twiff.renderer.ElementBuilderException
- All Implemented Interfaces:
- Serializable
public class ElementBuilderException
- extends SAXException
This exception is thrown when there is a problem building an element. It is
made as a SAXException since this only occurs during SAX parsing events.
- Author:
- Archimedes Trajano
- See Also:
- Serialized Form
Method Summary |
Locator |
getLocator()
This returns the locator associated with the exception. |
ElementBuilderException
public ElementBuilderException(Locator locator,
String uri,
String localName,
String qName,
Attributes attributes)
- Parameters:
locator
- uri
- localName
- qName
- attributes
-
ElementBuilderException
public ElementBuilderException(Locator locator,
String uri,
String localName,
String qName,
Attributes attributes,
Exception exception)
- Parameters:
locator
- uri
- localName
- qName
- attributes
- exception
- the root cause exception
getLocator
public final Locator getLocator()
- This returns the locator associated with the exception.
- Returns:
- the locator
Copyright © 2004-2005 trajano.net. All Rights Reserved.