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

Public Member Functions

 DispatchableError (int errorCode)
 
 DispatchableError (int errorCode, Object... arguments)
 
int getErrorCode ()
 
Object[] getArguments ()
 

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

Definition at line 12 of file DispatchableError.java.

Constructor & Destructor Documentation

◆ DispatchableError() [1/2]

com.google.appinventor.components.runtime.errors.DispatchableError.DispatchableError ( int  errorCode)

Definition at line 18 of file DispatchableError.java.

◆ DispatchableError() [2/2]

com.google.appinventor.components.runtime.errors.DispatchableError.DispatchableError ( int  errorCode,
Object...  arguments 
)

Definition at line 24 of file DispatchableError.java.

Member Function Documentation

◆ getArguments()

Object [] com.google.appinventor.components.runtime.errors.DispatchableError.getArguments ( )

Definition at line 34 of file DispatchableError.java.

◆ getErrorCode()

int com.google.appinventor.components.runtime.errors.DispatchableError.getErrorCode ( )

Definition at line 30 of file DispatchableError.java.


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