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

Class UnsupportedDataException

  • Object
    • Throwable
      • Exception
        • UnsupportedDataException
  • All Implemented Interfaces:
    Serializable
    public class UnsupportedDataException extends Exception
    An exception that may be thrown by a method when given unsupported data.
    See Also:
    Serialized Form
    • Static Methods 
      Modifier and Type Static Method and Description
      Ordinary member indicator create Reveal DetailHide Detail
      static UnsupportedDataException create(String message)
       
      public static UnsupportedDataException create(String message)
      Ordinary member indicator create Reveal DetailHide Detail
      static UnsupportedDataException create(String message, Throwable cause)
       
      public static UnsupportedDataException create(String message, Throwable cause)
      • 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