Package
Class
Use
Tree
Deprecated
Index
All Classes
Help
Prev
Next
VTypes - Release 1
Uses of Class org.violetlib.types.InvalidDataException
Deprecated: ShowHide

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.