Class SVGConverterException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.batik.apps.rasterizer.SVGConverterException
All Implemented Interfaces:
Serializable

public class SVGConverterException extends Exception
Describes an error condition in SVGConverter
See Also:
  • Field Details

    • errorCode

      protected String errorCode
      Error code
    • errorInfo

      protected Object[] errorInfo
      Additional information about the error condition
    • isFatal

      protected boolean isFatal
      Defines whether or not this is a fatal error condition
  • Constructor Details

    • SVGConverterException

      public SVGConverterException(String errorCode)
    • SVGConverterException

      public SVGConverterException(String errorCode, Object[] errorInfo)
    • SVGConverterException

      public SVGConverterException(String errorCode, Object[] errorInfo, boolean isFatal)
    • SVGConverterException

      public SVGConverterException(String errorCode, boolean isFatal)
  • Method Details

    • isFatal

      public boolean isFatal()
    • getMessage

      public String getMessage()
      Overrides:
      getMessage in class Throwable
    • getErrorCode

      public String getErrorCode()