public class AssertionException
extends java.lang.Exception
AssertionException is thrown if an assertion or its
expression is determined to be invalid.| Constructor and Description |
|---|
AssertionException(java.lang.String msg)
Create a new exception object with the specified message.
|
AssertionException(java.lang.String preface,
java.lang.String msg)
Create a new exception object with the specified preface and message.
|
public AssertionException(java.lang.String msg)
public AssertionException(java.lang.String preface,
java.lang.String msg)