org.vectomatic.dom.svg.utils
Class ParserException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Nested Class Summary
static class ParserException.Type
           
 
Field Summary
protected  ParserException.Type type
           
 
Constructor Summary
ParserException(ParserException.Type type, String message)
           
 
Method Summary
 ParserException.Type getType()
           
 
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

type

protected final ParserException.Type type
Constructor Detail

ParserException

public ParserException(ParserException.Type type,
                       String message)
Method Detail

getType

public ParserException.Type getType()


Copyright © 2012. All Rights Reserved.