org.ujac.print
Class TagInstantiationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.ujac.util.UjacException
org.ujac.print.DocumentHandlerException
org.ujac.print.TagInstantiationException
- All Implemented Interfaces:
- Serializable
public class TagInstantiationException
- extends DocumentHandlerException
Name: TagInstantiationException.java
Description: An exception class thrown in case a tag could not be instantiated by a tag factory.
- Author:
- lauerc
- See Also:
- Serialized Form
TagInstantiationException
public TagInstantiationException(Locator locator,
String msg)
- Constructs a TagInstantiationException instance with specific arguments.
- Parameters:
locator
- Holds the locator of the XML document, where the exception occured.msg
- The error message.
TagInstantiationException
public TagInstantiationException(Locator locator,
String msg,
Throwable ex)
- Constructs a TagInstantiationException instance with specific arguments.
- Parameters:
locator
- Holds the locator of the XML document, where the exception occured.msg
- The error message.ex
- The cause of the error.
Copyright © 2003-2004 UJAC.org. All Rights Reserved.