|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ParserException.Type | |
---|---|
org.vectomatic.dom.svg.utils | Utility classes which are part of libgwtsvg public API. |
Uses of ParserException.Type in org.vectomatic.dom.svg.utils |
---|
Fields in org.vectomatic.dom.svg.utils declared as ParserException.Type | |
---|---|
protected ParserException.Type |
ParserException.type
|
Methods in org.vectomatic.dom.svg.utils that return ParserException.Type | |
---|---|
ParserException.Type |
ParserException.getType()
|
static ParserException.Type |
ParserException.Type.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ParserException.Type[] |
ParserException.Type.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Constructors in org.vectomatic.dom.svg.utils with parameters of type ParserException.Type | |
---|---|
ParserException(ParserException.Type type,
String message)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |