org.ujac.print
Class TagInstantiationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.ujac.util.UjacException
              extended by org.ujac.print.DocumentHandlerException
                  extended by 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

Constructor Summary
TagInstantiationException(Locator locator, String msg)
          Constructs a TagInstantiationException instance with specific arguments.
TagInstantiationException(Locator locator, String msg, Throwable ex)
          Constructs a TagInstantiationException instance with specific arguments.
 
Method Summary
 
Methods inherited from class org.ujac.print.DocumentHandlerException
getLocator, printStackTrace, printStackTrace
 
Methods inherited from class org.ujac.util.UjacException
getOriginalCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.