VTypes - Release 1
Uses of Class org.violetlib.types.InvalidDataRuntimeException
-
-
Modifier and Type |
Method and Description |
static InvalidDataRuntimeException |
InvalidDataRuntimeException.create(String msg)
Create an invalid data exception with the specified message.
|
static InvalidDataRuntimeException |
InvalidDataRuntimeException.create(String msg,
Throwable cause)
Create an invalid data exception with the specified message.
|