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