Dart Documentationclean_dataNoIndexException

NoIndexException class

Represents an exception that is raised when an unindexed object is attempted to be treated as an object.

class NoIndexException implements Exception {
 String cause;
 NoIndexException(this.cause);
}

Implements

Exception

Constructors

new NoIndexException(String cause) #

Creates a new Object instance.

Object instances have no meaningful state, and are only useful through their identity. An Object instance is equal to itself only.

docs inherited from Object
NoIndexException(this.cause);

Properties

String cause #

String cause