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