com.twitter.thrift.descriptors

ExceptionProxy

trait ExceptionProxy extends Exception

Linear Supertypes
Exception, TBase[Exception, _Fields], Serializable, Ordered[Exception], Comparable[Exception], Record[Exception], UntypedRecord, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ExceptionProxy
  2. Exception
  3. TBase
  4. Serializable
  5. Ordered
  6. Comparable
  7. Record
  8. UntypedRecord
  9. AnyRef
  10. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. type MetaT = Exception.type

    Definition Classes
    Exception → Record

Abstract Value Members

  1. abstract def underlying: Exception

    Attributes
    protected

Concrete 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. def <(that: Exception): Boolean

    Definition Classes
    Ordered
  5. def <=(that: Exception): Boolean

    Definition Classes
    Ordered
  6. final def ==(arg0: AnyRef): Boolean

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

    Definition Classes
    Any
  8. def >(that: Exception): Boolean

    Definition Classes
    Ordered
  9. def >=(that: Exception): Boolean

    Definition Classes
    Ordered
  10. def __annotations: Seq[Annotation]

    Definition Classes
    ExceptionProxyException
  11. def __fields: Seq[Field]

    Definition Classes
    ExceptionProxyException
  12. def annotationsIsSet: Boolean

    Definition Classes
    ExceptionProxyException
  13. def annotationsOption: Option[Seq[Annotation]]

    Definition Classes
    ExceptionProxyException
  14. def annotationsOrDefault: Seq[Annotation]

    Definition Classes
    ExceptionProxyException
  15. def annotationsOrNull: Seq[Annotation]

    Definition Classes
    ExceptionProxyException
  16. def annotationsOrThrow: Seq[Annotation]

    Definition Classes
    ExceptionProxyException
  17. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  18. def clear(): Unit

    Definition Classes
    ExceptionProxy → TBase
  19. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  20. def compare(that: Exception): Int

    Definition Classes
    ExceptionProxyException → Ordered
  21. def compareTo(that: Exception): Int

    Definition Classes
    Ordered → Comparable
  22. def copy(name: String = nameOrNull, __fields: Seq[Field] = fieldsOrNull, __annotations: Seq[Annotation] = annotationsOrNull): Exception

    Definition Classes
    ExceptionProxyException
  23. def deepCopy(): Exception

    Definition Classes
    ExceptionProxyException → TBase
  24. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  25. def equals(that: Any): Boolean

    Definition Classes
    ExceptionProxy → AnyRef → Any
  26. def fieldForId(id: Int): _Fields

    Definition Classes
    ExceptionProxy → TBase
  27. def fieldsIsSet: Boolean

    Definition Classes
    ExceptionProxyException
  28. def fieldsOption: Option[Seq[Field]]

    Definition Classes
    ExceptionProxyException
  29. def fieldsOrDefault: Seq[Field]

    Definition Classes
    ExceptionProxyException
  30. def fieldsOrNull: Seq[Field]

    Definition Classes
    ExceptionProxyException
  31. def fieldsOrThrow: Seq[Field]

    Definition Classes
    ExceptionProxyException
  32. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  33. final def getClass(): Class[_]

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

    Definition Classes
    ExceptionProxy → TBase
  35. def hashCode(): Int

    Definition Classes
    ExceptionProxy → AnyRef → Any
  36. final def isInstanceOf[T0]: Boolean

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

    Definition Classes
    ExceptionProxy → TBase
  38. def mergeCopy(that: Exception): Exception

    Definition Classes
    ExceptionProxyException
  39. def meta: Exception.type

    Definition Classes
    ExceptionProxy → Record → UntypedRecord
  40. def mutable: Mutable

    Returns a pointer to a Mutable version of this record.

    Returns a pointer to a Mutable version of this record.

    If the underlying implementation is mutable, this will be returned. If the underlying implementation is immutable, a mutable copy will be returned.

    After mutating the instance returned by this method, the original instance (on which mutable was called) will be in an undefined state. It may or may not have been modified, depending on whether it was immutable or not.

    This is included as an optimization for when we want access to a Mutable record but don't want to pay the cost of copying every time.

    Definition Classes
    ExceptionProxyException
  41. def mutableCopy(): Mutable

    Definition Classes
    ExceptionProxyException
  42. def name: String

    Definition Classes
    ExceptionProxyException
  43. def nameIsSet: Boolean

    Definition Classes
    ExceptionProxyException
  44. def nameOption: Option[String]

    Definition Classes
    ExceptionProxyException
  45. def nameOrNull: String

    Definition Classes
    ExceptionProxyException
  46. def nameOrThrow: String

    Definition Classes
    ExceptionProxyException
  47. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  50. def read(iprot: TProtocol): Unit

    Definition Classes
    ExceptionProxy → TBase → UntypedRecord
  51. def setFieldValue(field: _Fields, value: AnyRef): Unit

    Definition Classes
    ExceptionProxy → TBase
  52. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  53. def toBuilder(): AllSpecified

    Definition Classes
    Exception
  54. def toString(): String

    Definition Classes
    ExceptionProxy → AnyRef → Any
  55. final def wait(): Unit

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

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

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

    Definition Classes
    ExceptionProxyException → TBase → UntypedRecord

Inherited from Exception

Inherited from TBase[Exception, _Fields]

Inherited from Serializable

Inherited from Ordered[Exception]

Inherited from Comparable[Exception]

Inherited from Record[Exception]

Inherited from UntypedRecord

Inherited from AnyRef

Inherited from Any

Ungrouped