org.ujac.print
Class AssertionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.ujac.util.UjacException
org.ujac.print.DocumentHandlerException
org.ujac.print.AssertionException
- All Implemented Interfaces:
- Serializable
public class AssertionException
- extends DocumentHandlerException
Name: AssertionException
Description: A class for assertion failures thrown by the <assert> tag.
- Author:
- lauerc
- See Also:
- Serialized Form
AssertionException
public AssertionException(Locator locator,
String msg)
- Constructs a AssertionException instance with specific attributes.
- Parameters:
locator
- Holds the locator of the XML document, where the exception occured.msg
- The error message.
AssertionException
public AssertionException(Locator locator,
String msg,
Throwable cause)
- Constructs a AssertionException instance with specific attributes.
- 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.