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

Uses of Class
org.violetlib.types.InvalidEncodingException

    • Uses of InvalidEncodingException in org.violetlib.types

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