co.teapot.tempest.graph

InvalidArgumentException

Related Doc: package graph

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

Linear Supertypes
Cloneable, TBase[InvalidArgumentException, _Fields], Comparable[InvalidArgumentException], TException, Exception, Throwable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. InvalidArgumentException
  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 InvalidArgumentException(other: InvalidArgumentException)

  2. new InvalidArgumentException(message: String)

  3. new InvalidArgumentException()

Value Members

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

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Definition Classes
    AnyRef → Any
  4. final def addSuppressed(arg0: Throwable): Unit

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

    Definition Classes
    Any
  6. def clear(): Unit

    Definition Classes
    InvalidArgumentException → TBase
  7. def clone(): AnyRef

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

    Definition Classes
    InvalidArgumentException → Comparable
  9. def deepCopy(): InvalidArgumentException

    Definition Classes
    InvalidArgumentException → TBase
  10. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  11. def equals(that: InvalidArgumentException): Boolean

  12. def equals(that: Any): Boolean

    Definition Classes
    InvalidArgumentException → AnyRef → Any
  13. def fieldForId(fieldId: Int): _Fields

    Definition Classes
    InvalidArgumentException → TBase
  14. def fillInStackTrace(): Throwable

    Definition Classes
    Throwable
  15. def finalize(): Unit

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

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

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

    Definition Classes
    InvalidArgumentException → TBase
  19. def getLocalizedMessage(): String

    Definition Classes
    Throwable
  20. def getMessage(): String

    Definition Classes
    InvalidArgumentException → Throwable
  21. def getStackTrace(): Array[StackTraceElement]

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

    Definition Classes
    Throwable
  23. def hashCode(): Int

    Definition Classes
    InvalidArgumentException → AnyRef → Any
  24. def initCause(arg0: Throwable): Throwable

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

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

    Definition Classes
    InvalidArgumentException → TBase
  27. def isSetMessage(): Boolean

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

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

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

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

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

    Definition Classes
    Throwable
  33. def printStackTrace(): Unit

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

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

    Definition Classes
    InvalidArgumentException → TBase
  36. def setMessage(message: String): InvalidArgumentException

  37. def setMessageIsSet(value: Boolean): Unit

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

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

    Definition Classes
    AnyRef
  40. def toString(): String

    Definition Classes
    InvalidArgumentException → Throwable → AnyRef → Any
  41. def unsetMessage(): Unit

  42. def validate(): Unit

  43. final def wait(): Unit

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

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

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

    Definition Classes
    InvalidArgumentException → TBase

Inherited from Cloneable

Inherited from TBase[InvalidArgumentException, _Fields]

Inherited from Comparable[InvalidArgumentException]

Inherited from TException

Inherited from Exception

Inherited from Throwable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped