org.vectomatic.dom.svg.utils
Class ParserException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.vectomatic.dom.svg.utils.ParserException
- All Implemented Interfaces:
- Serializable
public class ParserException
- extends RuntimeException
Exception classed raised to report SVG parsing errors.
- Author:
- laaglu
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
type
protected final ParserException.Type type
ParserException
public ParserException(ParserException.Type type,
String message)
getType
public ParserException.Type getType()
Copyright © 2012. All Rights Reserved.