Uses of Class
org.apache.batik.test.TestErrorConditionException
-
Packages that use TestErrorConditionException Package Description org.apache.batik.test -
-
Uses of TestErrorConditionException in org.apache.batik.test
Subclasses of TestErrorConditionException in org.apache.batik.test Modifier and Type Class Description classAssertEqualsExceptionException which Tests can throw when a specificassertEqualsfails.classAssertExceptionException which Tests can throw when a specific assertion fails.classAssertNullExceptionException which Tests can throw when a specificassertNullfails.classAssertTrueExceptionException which Tests can throw when a specificassertTruefails.Methods in org.apache.batik.test that throw TestErrorConditionException Modifier and Type Method Description voidAbstractTest. error(java.lang.String errorCode)Convenience method to report an error condition.
-