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

Uses of Class
org.violetlib.types.InvalidDataRuntimeException

    • Uses of InvalidDataRuntimeException in org.violetlib.types

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