com.twitter.thrift.descriptors

MutableExceptionProxy

trait MutableExceptionProxy extends MutableException with ExceptionProxy

Linear Supertypes
ExceptionProxy, MutableException, Exception, TBase[Exception, _Fields], Serializable, Ordered[Exception], Comparable[Exception], Record[Exception], UntypedRecord, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. MutableExceptionProxy
  2. ExceptionProxy
  3. MutableException
  4. Exception
  5. TBase
  6. Serializable
  7. Ordered
  8. Comparable
  9. Record
  10. UntypedRecord
  11. AnyRef
  12. 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: MutableException

    Attributes
    protected
    Definition Classes
    MutableExceptionProxyExceptionProxy

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 __annotations_=(x: Seq[Annotation]): Unit

  12. def __fields: Seq[Field]

    Definition Classes
    ExceptionProxyException
  13. def __fields_=(x: Seq[Field]): Unit

  14. def annotationsIsSet: Boolean

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

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

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

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

    Definition Classes
    ExceptionProxyException
  19. def annotationsUnset(): Unit

  20. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  21. def clear(): Unit

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

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

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

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

  26. def deepCopy(): Exception

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

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

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

    Definition Classes
    ExceptionProxy → TBase
  30. def fieldsIsSet: Boolean

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

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

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

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

    Definition Classes
    ExceptionProxyException
  35. def fieldsUnset(): Unit

  36. def finalize(): Unit

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

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

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

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

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

    Definition Classes
    ExceptionProxy → TBase
  42. def merge(that: Exception): Unit

  43. def mergeCopy(that: Exception): Exception

    Definition Classes
    ExceptionProxyException
  44. def meta: Exception.type

    Definition Classes
    ExceptionProxy → Record → UntypedRecord
  45. 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
  46. def mutableCopy(): Mutable

    Definition Classes
    ExceptionProxyException
  47. def name: String

    Definition Classes
    ExceptionProxyException
  48. def nameIsSet: Boolean

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

    Definition Classes
    ExceptionProxyException
  50. def nameOrNull: String

    Definition Classes
    ExceptionProxyException
  51. def nameOrThrow: String

    Definition Classes
    ExceptionProxyException
  52. def nameUnset(): Unit

  53. def name_=(x: String): Unit

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

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

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

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

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

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

    Definition Classes
    AnyRef
  60. def toBuilder(): AllSpecified

    Definition Classes
    Exception
  61. def toString(): String

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

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

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

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

    Definition Classes
    ExceptionProxyException → TBase → UntypedRecord

Inherited from ExceptionProxy

Inherited from MutableException

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