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 InvalidDataExceptionInvalidDataException. create(String msg)Create an invalid data exception with the specified message.static InvalidDataExceptionInvalidDataException. create(String msg, Throwable cause)Create an invalid data exception with the specified message.
-