|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.kitfox.svg.SVGParseException
public class SVGParseException
Field Summary | |
---|---|
static long |
serialVersionUID
|
Constructor Summary | |
---|---|
SVGParseException()
Creates a new instance of SVGException without detail message. |
|
SVGParseException(java.lang.String msg)
Constructs an instance of SVGException with the specified detail message. |
|
SVGParseException(java.lang.String msg,
java.lang.Throwable cause)
|
|
SVGParseException(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 |
---|
public static final long serialVersionUID
Constructor Detail |
---|
public SVGParseException()
SVGException
without detail message.
public SVGParseException(java.lang.String msg)
SVGException
with the specified detail message.
msg
- the detail message.public SVGParseException(java.lang.String msg, java.lang.Throwable cause)
public SVGParseException(java.lang.Throwable cause)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |