org.ujac.print
Class TagAttributeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.ujac.util.UjacException
org.ujac.print.DocumentHandlerException
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
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 messagecause
- The cause of the error.
Copyright © 2003-2004 UJAC.org. All Rights Reserved.