org.ujac.print
Class TagAttributeException

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.TagAttributeException
All Implemented Interfaces:
Serializable

public class TagAttributeException
extends DocumentHandlerException

Name: TagAttributeException.java
Description: An exception class for tag attribute errors.

Author:
lauerc
See Also:
Serialized Form

Constructor Summary
TagAttributeException(Locator locator, String msg)
          Constructs a TagAttributeException instance with no specific arguments.
TagAttributeException(Locator locator, String msg, Throwable cause)
          Constructs a TagAttributeException instance with no 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

TagAttributeException

public TagAttributeException(Locator locator,
                             String msg)
Constructs a TagAttributeException instance with no specific arguments.

Parameters:
locator - Holds the locator of the XML document, where the exception occured.
msg - The error message.

TagAttributeException

public TagAttributeException(Locator locator,
                             String msg,
                             Throwable cause)
Constructs a TagAttributeException instance with no specific arguments.

Parameters:
locator - Holds the locator of the XML document, where the exception occured.
msg - The error message
cause - The cause of the error.


Copyright © 2003-2004 UJAC.org. All Rights Reserved.