minesweeper
Class AssertionException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--minesweeper.AssertionException
- All Implemented Interfaces:
- Serializable
- public class AssertionException
- extends RuntimeException
The exception thrown when an assertion is violated.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait |
AssertionException
public AssertionException()
- Constructs an AssertionException with no detail message.
AssertionException
public AssertionException(String strMessage)
- Constructs an AssertionException with the specified detail message.