org.ujac.print
Class AssertionException

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.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

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

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.