org.mozilla.util
Class AssertionFailureException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--org.mozilla.util.AssertionFailureException

public class AssertionFailureException
extends java.lang.RuntimeException

This exception is thrown when an Assert.assert() fails.

See Also:
Assert, Serialized Form

Constructor Summary
AssertionFailureException()
           
AssertionFailureException(java.lang.String s)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AssertionFailureException

public AssertionFailureException()

AssertionFailureException

public AssertionFailureException(java.lang.String s)