AI2 Component  (Version nb184)
com.google.appinventor.components.runtime.errors.ConversionError Class Reference
Inheritance diagram for com.google.appinventor.components.runtime.errors.ConversionError:
com.google.appinventor.components.runtime.errors.RuntimeError

Additional Inherited Members

- Static Public Member Functions inherited from com.google.appinventor.components.runtime.errors.RuntimeError
static RuntimeError convertToRuntimeError (Throwable throwable)
 
- Protected Member Functions inherited from com.google.appinventor.components.runtime.errors.RuntimeError
 RuntimeError ()
 
 RuntimeError (String message)
 

Detailed Description

Runtime error indicating a failed attempt of converting a value of a type into a value of another type, e.g. the String "foo" into an Integer, but also converting from a base type to a derived type where there is no relationship.

Definition at line 19 of file ConversionError.java.


The documentation for this class was generated from the following file: