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

Public Member Functions

 IterationError (int error, Object[] arguments)
 
int getIndex ()
 
String getExpected ()
 
String getFound ()
 
- Public Member Functions inherited from com.google.appinventor.components.runtime.errors.DispatchableError
 DispatchableError (int errorCode)
 
 DispatchableError (int errorCode, Object... arguments)
 
int getErrorCode ()
 
Object[] getArguments ()
 

Static Public Member Functions

static DispatchableError fromError (int index, DispatchableError e)
 
- Static Public Member Functions inherited from com.google.appinventor.components.runtime.errors.RuntimeError
static RuntimeError convertToRuntimeError (Throwable throwable)
 

Additional Inherited Members

- Protected Member Functions inherited from com.google.appinventor.components.runtime.errors.RuntimeError
 RuntimeError ()
 
 RuntimeError (String message)
 

Detailed Description

Definition at line 10 of file IterationError.java.

Constructor & Destructor Documentation

◆ IterationError()

com.google.appinventor.components.runtime.errors.IterationError.IterationError ( int  error,
Object[]  arguments 
)

Definition at line 12 of file IterationError.java.

Member Function Documentation

◆ fromError()

static DispatchableError com.google.appinventor.components.runtime.errors.IterationError.fromError ( int  index,
DispatchableError  e 
)
static

Definition at line 28 of file IterationError.java.

◆ getExpected()

String com.google.appinventor.components.runtime.errors.IterationError.getExpected ( )

Definition at line 20 of file IterationError.java.

◆ getFound()

String com.google.appinventor.components.runtime.errors.IterationError.getFound ( )

Definition at line 24 of file IterationError.java.

◆ getIndex()

int com.google.appinventor.components.runtime.errors.IterationError.getIndex ( )

Definition at line 16 of file IterationError.java.


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