com.kitfox.svg
Class SVGParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.kitfox.svg.SVGParseException
- All Implemented Interfaces:
- Serializable
public class SVGParseException
- extends Exception
- Author:
- kitfox
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
serialVersionUID
public static final long serialVersionUID
- See Also:
- Constant Field Values
SVGParseException
public SVGParseException()
- Creates a new instance of
SVGException without detail message.
SVGParseException
public SVGParseException(String msg)
- Constructs an instance of
SVGException with the specified detail message.
- Parameters:
msg - the detail message.
SVGParseException
public SVGParseException(String msg,
Throwable cause)
SVGParseException
public SVGParseException(Throwable cause)
Copyright © 2011-2012 Barchart, Inc.. All Rights Reserved.