OmniIndexTimeoutException class OmniIndex Exceptions

OmniIndexTimeoutException extends OmniIndexException

Constructs a new instance of the OmniIndexTimeoutException class with an optional message.

Example Usage:

// Throw excpetion
throw OmniIndexTimeoutException("Error somewhere");
Inheritance

Constructors

OmniIndexTimeoutException([String message = ''])
Constructs a new instance of the OmniException class with an optional message.

Properties

hashCode int
The hash code for this object.
no setterinherited
message String
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
Overrides the toString() method of the Exception class and returns the exception message.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited