public class

SVGParseException

extends Exception
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ com.caverock.androidsvg.SVGParseException

Class Overview

Thrown by the parser if a problem is found in the SVG file.

Summary

Public Constructors
SVGParseException(String msg)
SVGParseException(String msg, Throwable cause)
SVGParseException(Throwable cause)
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public SVGParseException (String msg)

public SVGParseException (String msg, Throwable cause)

public SVGParseException (Throwable cause)