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

Class InvalidEncodingException

  • Object
    • Throwable
      • Exception
        • InvalidEncodingException
  • All Implemented Interfaces:
    Serializable
    public final class InvalidEncodingException extends Exception
    An exception to report that encoded data is not valid.
    See Also:
    Serialized Form
    • Static Methods 
      Modifier and Type Static Method and Description
      Ordinary member indicator create Reveal DetailHide Detail
      static InvalidEncodingException create()
      Create an exception to report an invalid encoding using a generic message.
      public static InvalidEncodingException create()
      Create an exception to report an invalid encoding using a generic message.
      Ordinary member indicator create Reveal DetailHide Detail
      static InvalidEncodingException create(String message)
      Create an exception to report an invalid encoding using a specific message.
      public static InvalidEncodingException create(String message)
      Create an exception to report an invalid encoding using a specific message.
      Parameters:
      message - A message that explains the problem with the encoding.
      • Methods inherited from class Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait