Xml2JsonException class
Exception class
This exception is thrown when Xml2Json has an internal error, such as an invalid parameter being passed to a function.
- Implemented types
Constructors
- Xml2JsonException([String _message = 'No Message Supplied'])
- Xml2Json exception
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- 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 -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited