superwaba.ext.xplat.unit
Class AssertionFailedError

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--superwaba.ext.xplat.unit.AssertionFailedError

public class AssertionFailedError
extends java.lang.RuntimeException

See Also:
Serialized Form

Constructor Summary
AssertionFailedError()
           
AssertionFailedError(java.lang.String arg0)
           
 
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

AssertionFailedError

public AssertionFailedError()

AssertionFailedError

public AssertionFailedError(java.lang.String arg0)