Google Web Toolkit (Beta)
« prev
next »
Google Code Home
>
Google Web Toolkit
>
GWT Class Reference
>
com.google.gwt.core.ext.typeinfo
>
ParseException
Google Web Toolkit
Product Overview
Getting Started Guide
Download SDK
Developer Guide
Example Projects
GWT Class Reference
JRE Emulation Library
Web Toolkit FAQ
Web Toolkit Blog
Developer Forum
Search Google Code
Class ParseException
public class ParseException
extends
TypeOracleException
Constructors
ParseException()
ParseException(String)
ParseException(String, Throwable)
ParseException(Throwable)
Constructor Detail
ParseException
public
ParseException
()
ParseException
public
ParseException
(
String
message
)
Parameters
message
ParseException
public
ParseException
(
String
message,
Throwable
cause
)
Parameters
message
cause
ParseException
public
ParseException
(
Throwable
cause
)
Parameters
cause