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
-
- Object
- OmniIndexException
- OmniIndexTimeoutException
Constructors
- OmniIndexTimeoutException([String message = ''])
-
Constructs a new instance of the
OmniException
class with an optionalmessage
.
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
Overrides the
toString()
method of theException
class and returns the exception message.override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited