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

Uses of Class
org.violetlib.types.InvalidTextException

    • Uses of InvalidTextException in org.violetlib.types

      Methods in org.violetlib.types that return InvalidTextException 
      Modifier and Type Method and Description
      static InvalidTextException  InvalidTextException.create()
      Create an exception to report invalid text using a generic message.
      static InvalidTextException  InvalidTextException.create(String message)
      Create an exception to report invalid text using a specific message.