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

Public Member Functions

 YailRuntimeError (String message, String errorType)
 
String getErrorType ()
 

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 not fitting in any more specific category.

Author
halab.nosp@m.elso.nosp@m.n@goo.nosp@m.gle..nosp@m.com (Hal Abelson)

Definition at line 14 of file YailRuntimeError.java.

Constructor & Destructor Documentation

◆ YailRuntimeError()

com.google.appinventor.components.runtime.errors.YailRuntimeError.YailRuntimeError ( String  message,
String  errorType 
)

Definition at line 18 of file YailRuntimeError.java.

Member Function Documentation

◆ getErrorType()

String com.google.appinventor.components.runtime.errors.YailRuntimeError.getErrorType ( )

Definition at line 23 of file YailRuntimeError.java.


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