Package totalcross.unit
Class AssertionFailedError
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- totalcross.unit.AssertionFailedError
-
- All Implemented Interfaces:
java.io.Serializable
public class AssertionFailedError extends java.lang.RuntimeExceptionException dispatched when an assertion fails.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AssertionFailedError()Constructs an empty exception.AssertionFailedError(java.lang.String arg0)Constructs an exception with the given message.
-