Exception | Description |
---|---|
InvalidDoubleValueException |
A runtime exception class for indicating that a provided double value was invalid.
|
InvalidEnumValueException |
Exception-class for int-to-enum conversions, when the given int-value exceeds the valid values of the enum.
|
InvalidFloatValueException |
A runtime exception class for indicating that a provided float value was invalid.
|
InvalidIntegerValueException |
A runtime exception class for indicating that a provided integer value was invalid.
|
InvalidStringValueException |
A runtime exception class for indicating that a provided string value was invalid.
|
InvalidValueException |
Generic runtime exception class for indication that a provided value was invalid.
|
Copyright © 2015. All Rights Reserved.