Package com.google.gwt.core.ext.typeinfo
Class TypeOracleException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.google.gwt.core.ext.typeinfo.TypeOracleException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
BadTypeArgsException
,NotFoundException
,ParseException
The superclass of exceptions thrown by
TypeOracle
.- See Also:
-
Constructor Summary
ConstructorDescriptionTypeOracleException
(String message) TypeOracleException
(String message, Throwable cause) TypeOracleException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TypeOracleException
public TypeOracleException() -
TypeOracleException
-
TypeOracleException
-
TypeOracleException
-