org.megam.service.snowflake.gen

InvalidSystemClock

class InvalidSystemClock extends TException with TBase[InvalidSystemClock, _Fields] with Serializable with Cloneable with Comparable[InvalidSystemClock]

Linear Supertypes
Cloneable, TBase[InvalidSystemClock, _Fields], Comparable[InvalidSystemClock], TException, Exception, Throwable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. InvalidSystemClock
  2. Cloneable
  3. TBase
  4. Comparable
  5. TException
  6. Exception
  7. Throwable
  8. Serializable
  9. AnyRef
  10. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new InvalidSystemClock(other: InvalidSystemClock)

  2. new InvalidSystemClock(message: String)

  3. new InvalidSystemClock()

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def addSuppressed(arg0: Throwable): Unit

    Definition Classes
    Throwable
  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def clear(): Unit

    Definition Classes
    InvalidSystemClock → TBase
  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def compareTo(other: InvalidSystemClock): Int

    Definition Classes
    InvalidSystemClock → Comparable
  11. def deepCopy(): InvalidSystemClock

    Definition Classes
    InvalidSystemClock → TBase
  12. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  13. def equals(that: InvalidSystemClock): Boolean

  14. def equals(that: Any): Boolean

    Definition Classes
    InvalidSystemClock → AnyRef → Any
  15. def fieldForId(fieldId: Int): _Fields

    Definition Classes
    InvalidSystemClock → TBase
  16. def fillInStackTrace(): Throwable

    Definition Classes
    Throwable
  17. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. def getCause(): Throwable

    Definition Classes
    Throwable
  19. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  20. def getFieldValue(field: _Fields): AnyRef

    Definition Classes
    InvalidSystemClock → TBase
  21. def getLocalizedMessage(): String

    Definition Classes
    Throwable
  22. def getMessage(): String

    Definition Classes
    InvalidSystemClock → Throwable
  23. def getStackTrace(): Array[StackTraceElement]

    Definition Classes
    Throwable
  24. final def getSuppressed(): Array[Throwable]

    Definition Classes
    Throwable
  25. def hashCode(): Int

    Definition Classes
    InvalidSystemClock → AnyRef → Any
  26. def initCause(arg0: Throwable): Throwable

    Definition Classes
    Throwable
  27. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  28. def isSet(field: _Fields): Boolean

    Definition Classes
    InvalidSystemClock → TBase
  29. def isSetMessage(): Boolean

  30. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  31. final def notify(): Unit

    Definition Classes
    AnyRef
  32. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  33. def printStackTrace(arg0: PrintWriter): Unit

    Definition Classes
    Throwable
  34. def printStackTrace(arg0: PrintStream): Unit

    Definition Classes
    Throwable
  35. def printStackTrace(): Unit

    Definition Classes
    Throwable
  36. def read(iprot: TProtocol): Unit

    Definition Classes
    InvalidSystemClock → TBase
  37. def setFieldValue(field: _Fields, value: Any): Unit

    Definition Classes
    InvalidSystemClock → TBase
  38. def setMessage(message: String): InvalidSystemClock

  39. def setMessageIsSet(value: Boolean): Unit

  40. def setStackTrace(arg0: Array[StackTraceElement]): Unit

    Definition Classes
    Throwable
  41. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  42. def toString(): String

    Definition Classes
    InvalidSystemClock → Throwable → AnyRef → Any
  43. def unsetMessage(): Unit

  44. def validate(): Unit

  45. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. def write(oprot: TProtocol): Unit

    Definition Classes
    InvalidSystemClock → TBase

Inherited from Cloneable

Inherited from TBase[InvalidSystemClock, _Fields]

Inherited from Comparable[InvalidSystemClock]

Inherited from TException

Inherited from Exception

Inherited from Throwable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped