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

Class UndefinedValueError

  • Object
    • Throwable
      • Error
        • AssertionError
          • UndefinedValueError
  • All Implemented Interfaces:
    Serializable
    public class UndefinedValueError extends AssertionError
    An assertion error for an unexpected undefined result.
    See Also:
    Serialized Form
    • Static Methods 
      Modifier and Type Static Method and Description
      Ordinary member indicator create Reveal DetailHide Detail
      static UndefinedValueError create(String message)
       
      public static UndefinedValueError create(String message)
      • 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