HdrFormatException class final
What a file that is not a readable .hdr is answered with.
An exception rather than a null, because every caller of this wants to say why — "not a Radiance file", "the resolution line is not one this reads" and "a scanline runs off the end" are three different things for somebody to do something about, and a null flattens them into one.
- Implemented types
Constructors
- HdrFormatException(String message)
-
const
Properties
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