com.novell.xsl.debug
Class AssertionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.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.
 
Method Summary
 
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