VTypes - Release 1
Uses of Class org.violetlib.types.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.
|