Class TestException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.batik.test.TestException
All Implemented Interfaces:
Serializable

public class TestException extends Exception
Classes in the test package and subpackages should throw TestException to reflect internal failures in their operation.
Version:
$Id: TestException.java 1733416 2016-03-03 07:07:13Z gadams $
See Also:
  • Field Details

    • errorCode

      protected String errorCode
      Error code
    • errorParams

      protected Object[] errorParams
      Parameters for the error message
    • sourceError

      protected Exception sourceError
      Exception, if any, that caused the error
  • Constructor Details

  • Method Details