Package com.kitfox.svg
Class SVGException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.kitfox.svg.SVGException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
SVGElementException
public class SVGException extends java.lang.Exception
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description SVGException()
Creates a new instance ofSVGException
without detail message.SVGException(java.lang.String msg)
Constructs an instance ofSVGException
with the specified detail message.SVGException(java.lang.String msg, java.lang.Throwable cause)
SVGException(java.lang.Throwable cause)
-
-
-
Field Detail
-
serialVersionUID
public static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
SVGException
public SVGException()
Creates a new instance ofSVGException
without detail message.
-
SVGException
public SVGException(java.lang.String msg)
Constructs an instance ofSVGException
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)
-
-