Trait

io.fsq.spindle.__shaded_for_spindle_bootstrap__.descriptors

MutableExceptionProxy

Related Doc: package descriptors

Permalink

trait MutableExceptionProxy extends MutableException with ExceptionProxy

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MutableExceptionProxy
  2. ExceptionProxy
  3. MutableException
  4. JavaExceptionMutable
  5. MutableRecord
  6. Exception
  7. TBase
  8. Serializable
  9. JavaException
  10. Record
  11. Ordered
  12. Comparable
  13. UntypedRecord
  14. AnyRef
  15. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def underlying: MutableException

    Permalink
    Attributes
    protected
    Definition Classes
    MutableExceptionProxyExceptionProxy

Concrete Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. def <(that: Exception): Boolean

    Permalink
    Definition Classes
    Exception → Ordered
  4. def <=(that: Exception): Boolean

    Permalink
    Definition Classes
    Exception → Ordered
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. def >(that: Exception): Boolean

    Permalink
    Definition Classes
    Exception → Ordered
  7. def >=(that: Exception): Boolean

    Permalink
    Definition Classes
    Exception → Ordered
  8. def __annotations(): Seq[Annotation]

    Permalink
    Definition Classes
    ExceptionProxy → JavaException
  9. def __annotations_=(x: Seq[Annotation]): Unit

    Permalink
  10. def __fields(): Seq[Field]

    Permalink
    Definition Classes
    ExceptionProxy → JavaException
  11. def __fields_=(x: Seq[Field]): Unit

    Permalink
  12. def annotationsIsSet(): Boolean

    Permalink
    Definition Classes
    ExceptionProxy → JavaException
  13. def annotationsOption(): Option[Seq[Annotation]]

    Permalink
    Definition Classes
    ExceptionProxy → JavaException
  14. def annotationsOrDefault(): Seq[Annotation]

    Permalink
    Definition Classes
    ExceptionProxy → JavaException
  15. def annotationsOrNull(): Seq[Annotation]

    Permalink
    Definition Classes
    ExceptionProxy → JavaException
  16. def annotationsOrThrow(): Seq[Annotation]

    Permalink
    Definition Classes
    ExceptionProxy → JavaException
  17. def annotationsUnset(): Unit

    Permalink
  18. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  19. def clear(): Unit

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

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

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

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

    Permalink
  24. def deepCopy(): Exception

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

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

    Permalink
    Definition Classes
    ExceptionProxy → AnyRef → Any
  27. def fieldForId(id: Int): Exception._Fields

    Permalink
    Definition Classes
    ExceptionProxy → TBase
  28. def fieldsIsSet(): Boolean

    Permalink
    Definition Classes
    ExceptionProxy → JavaException
  29. def fieldsOption(): Option[Seq[Field]]

    Permalink
    Definition Classes
    ExceptionProxy → JavaException
  30. def fieldsOrDefault(): Seq[Field]

    Permalink
    Definition Classes
    ExceptionProxy → JavaException
  31. def fieldsOrNull(): Seq[Field]

    Permalink
    Definition Classes
    ExceptionProxy → JavaException
  32. def fieldsOrThrow(): Seq[Field]

    Permalink
    Definition Classes
    ExceptionProxy → JavaException
  33. def fieldsUnset(): Unit

    Permalink
  34. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  36. def getFieldValue(field: Exception._Fields): AnyRef

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

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

    Permalink
    Definition Classes
    Any
  39. def isSet(field: Exception._Fields): Boolean

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

    Permalink
  41. def mergeCopy(that: Exception): Exception

    Permalink
    Definition Classes
    ExceptionProxyExceptionRecord
  42. def meta: ExceptionMeta

    Permalink
    Definition Classes
    ExceptionProxyExceptionRecordUntypedRecord
  43. def mutable: MutableException

    Permalink

    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
  44. def mutableCopy(): MutableException

    Permalink
    Definition Classes
    ExceptionProxyException
  45. def name(): String

    Permalink
    Definition Classes
    ExceptionProxy → JavaException
  46. def nameIsSet(): Boolean

    Permalink
    Definition Classes
    ExceptionProxy → JavaException
  47. def nameOption(): Option[String]

    Permalink
    Definition Classes
    ExceptionProxy → JavaException
  48. def nameOrNull(): String

    Permalink
    Definition Classes
    ExceptionProxy → JavaException
  49. def nameOrThrow(): String

    Permalink
    Definition Classes
    ExceptionProxy → JavaException
  50. def nameUnset(): Unit

    Permalink
  51. def name_=(x: String): Unit

    Permalink
  52. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  53. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  54. final def notifyAll(): Unit

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

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

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

    Permalink
    Definition Classes
    AnyRef
  58. def toBuilder(): AllSpecified

    Permalink
    Definition Classes
    Exception
  59. def toString(): String

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

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

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

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

    Permalink
    Definition Classes
    ExceptionProxyException → TBase → UntypedRecord

Inherited from ExceptionProxy

Inherited from MutableException

Inherited from JavaExceptionMutable[Annotation, Field, Exception, RawException, ExceptionMeta]

Inherited from MutableRecord[Exception]

Inherited from Exception

Inherited from TBase[Exception, Exception._Fields]

Inherited from Serializable

Inherited from JavaException[Annotation, Field, Exception, RawException, ExceptionMeta]

Inherited from Record[Exception]

Inherited from Ordered[Exception]

Inherited from Comparable[Exception]

Inherited from UntypedRecord

Inherited from AnyRef

Inherited from Any

Ungrouped