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

Uses of Class
org.violetlib.types.DataException

    • Uses of DataException in org.violetlib.types

      Methods in org.violetlib.types that return 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.