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