com.larvalabs.svgandroid
Class SVGParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.larvalabs.svgandroid.SVGParseException
All Implemented Interfaces:
java.io.Serializable

public class SVGParseException
extends java.lang.RuntimeException

Runtime exception thrown when there is a problem parsing an SVG.

Author:
Larva Labs, LLC
See Also:
Serialized Form

Constructor Summary
SVGParseException(java.lang.String s)
           
SVGParseException(java.lang.String s, java.lang.Throwable throwable)
           
SVGParseException(java.lang.Throwable throwable)
           
 
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
 

Constructor Detail

SVGParseException

public SVGParseException(java.lang.String s)

SVGParseException

public SVGParseException(java.lang.String s,
                         java.lang.Throwable throwable)

SVGParseException

public SVGParseException(java.lang.Throwable throwable)