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

Public Member Functions

 AssertionFailure ()
 
 AssertionFailure (String msg)
 

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 an assert failure.

Definition at line 16 of file AssertionFailure.java.

Constructor & Destructor Documentation

◆ AssertionFailure() [1/2]

com.google.appinventor.components.runtime.errors.AssertionFailure.AssertionFailure ( )

Creates a new error

Definition at line 20 of file AssertionFailure.java.

◆ AssertionFailure() [2/2]

com.google.appinventor.components.runtime.errors.AssertionFailure.AssertionFailure ( String  msg)

Creates a new error

Parameters
msgdescriptive message

Definition at line 29 of file AssertionFailure.java.


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