Uses of Class
org.violetlib.types.InvalidDataException
-
-
Uses of InvalidDataException in org.violetlib.types
Methods in org.violetlib.types that return InvalidDataException Modifier and Type Method and Description static InvalidDataException
InvalidDataException. create(String msg)
Create an invalid data exception with the specified message.static InvalidDataException
InvalidDataException. create(String msg, Throwable cause)
Create an invalid data exception with the specified message.
-