Class AssertionFailureException

All Implemented Interfaces:
Serializable

public class AssertionFailureException extends JenaException
Exception to throw when an assertion fails. Probably obsolete in Java's with the assert statement ...
See Also:
  • Constructor Details

    • AssertionFailureException

      public AssertionFailureException(String message)