com.novell.xsl.debug
Class AssertionException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.novell.xsl.debug.AssertionException
All Implemented Interfaces:
Serializable

public class AssertionException
extends RuntimeException

The exception thrown when an assertion fails.

See Also:
Serialized Form

Constructor Summary
AssertionException(String description)
          Constructs a new AssertionException with the specified description.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, 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(String description)
Constructs a new AssertionException with the specified description.

Parameters:
description - a description of the potential failure