Class AssertionFailedException

All Implemented Interfaces:
Serializable

public class AssertionFailedException extends RuntimeException
The AssertionFailedException is thrown by Debug.java in response to failed assertion checks.
See Also:
  • Constructor Details

    • AssertionFailedException

      public AssertionFailedException(String message)
      Standard constructor.
      Parameters:
      message - Provides a description of the assertion test that failed.