com.kitfox.svg
Class SVGException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.kitfox.svg.SVGException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
SVGElementException

public class SVGException
extends java.lang.Exception

Author:
kitfox
See Also:
Serialized Form

Field Summary
static long serialVersionUID
           
 
Constructor Summary
SVGException()
          Creates a new instance of SVGException without detail message.
SVGException(java.lang.String msg)
          Constructs an instance of SVGException with the specified detail message.
SVGException(java.lang.String msg, java.lang.Throwable cause)
           
SVGException(java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, 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

serialVersionUID

public static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

SVGException

public SVGException()
Creates a new instance of SVGException without detail message.


SVGException

public SVGException(java.lang.String msg)
Constructs an instance of SVGException with the specified detail message.

Parameters:
msg - the detail message.

SVGException

public SVGException(java.lang.String msg,
                    java.lang.Throwable cause)

SVGException

public SVGException(java.lang.Throwable cause)