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 class
AssertEqualsException
Exception which Tests can throw when a specificassertEquals
fails.class
AssertException
Exception which Tests can throw when a specific assertion fails.class
AssertNullException
Exception which Tests can throw when a specificassertNull
fails.class
AssertTrueException
Exception which Tests can throw when a specificassertTrue
fails.Methods in org.apache.batik.test that throw TestErrorConditionException Modifier and Type Method Description void
AbstractTest. error(java.lang.String errorCode)
Convenience method to report an error condition.
-