Class SVGConverterException

  • All Implemented Interfaces:
    java.io.Serializable

    public class SVGConverterException
    extends java.lang.Exception
    Describes an error condition in SVGConverter
    Version:
    $Id: SVGConverterException.java 1733416 2016-03-03 07:07:13Z gadams $
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String errorCode
      Error code
      protected java.lang.Object[] errorInfo
      Additional information about the error condition
      protected boolean isFatal
      Defines whether or not this is a fatal error condition
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getErrorCode()  
      java.lang.String getMessage()  
      boolean isFatal()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • errorCode

        protected java.lang.String errorCode
        Error code
      • errorInfo

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

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

      • SVGConverterException

        public SVGConverterException​(java.lang.String errorCode)
      • SVGConverterException

        public SVGConverterException​(java.lang.String errorCode,
                                     java.lang.Object[] errorInfo)
      • SVGConverterException

        public SVGConverterException​(java.lang.String errorCode,
                                     java.lang.Object[] errorInfo,
                                     boolean isFatal)
      • SVGConverterException

        public SVGConverterException​(java.lang.String errorCode,
                                     boolean isFatal)
    • Method Detail

      • isFatal

        public boolean isFatal()
      • getMessage

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

        public java.lang.String getErrorCode()