openfl.errors
.. | |
---|---|
ArgumentError | |
EOFError | An EOFError exception is thrown when you attempt to read past the end of the available data. For example, an EOFError is thrown when one of the read methods in the IDataInput interface is called and there is insufficient data to satisfy the read request. |
Error | |
IOError | |
IllegalOperationError | The IllegalOperationError exception is thrown when a method is not implemented or the implementation doesn't cover the current usage. |
RangeError | |
SecurityError | |
TypeError |