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:
    Serialized Form
    • Constructor Detail

      • AssertionFailedException

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