Class

io.fsq.spindle.codegen.runtime

ScalaException

Related Doc: package runtime

Permalink

class ScalaException extends ExceptionProxy with StructLike

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

Instance Constructors

  1. new ScalaException(underlying: Exception, resolver: TypeReferenceResolver)

    Permalink

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. val __fields: Seq[ScalaField]

    Permalink
    Definition Classes
    ScalaExceptionStructLikeExceptionProxy → JavaException
  10. val annotations: Annotations

    Permalink
    Definition Classes
    HasAnnotations
  11. def annotationsIsSet(): Boolean

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

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

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

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

    Permalink
    Definition Classes
    ExceptionProxy → JavaException
  16. final def asInstanceOf[T0]: T0

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

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

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

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

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

    Permalink
    Definition Classes
    ExceptionProxyException
  22. def deepCopy(): Exception

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

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

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

    Permalink
    Definition Classes
    ExceptionProxy → TBase
  26. def fields: Seq[ScalaField]

    Permalink
    Definition Classes
    StructLike
  27. def fieldsIsSet(): Boolean

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

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

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

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

    Permalink
    Definition Classes
    ExceptionProxy → JavaException
  32. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  33. def generateLiftAdapter: Boolean

    Permalink
    Definition Classes
    StructLike
  34. def generateMutable: Boolean

    Permalink
    Definition Classes
    StructLike
  35. def generateProxy: Boolean

    Permalink
    Definition Classes
    StructLike
  36. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  37. def getFieldValue(field: __shaded_for_spindle_bootstrap__.descriptors.Exception._Fields): AnyRef

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

    Permalink
    Definition Classes
    ExceptionProxy → AnyRef → Any
  39. def isException: Boolean

    Permalink
    Definition Classes
    ScalaExceptionStructLike
  40. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  41. def isSet(field: __shaded_for_spindle_bootstrap__.descriptors.Exception._Fields): Boolean

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

    Permalink
    Definition Classes
    ExceptionProxyExceptionRecord
  43. def meta: ExceptionMeta

    Permalink
    Definition Classes
    ExceptionProxyExceptionRecordUntypedRecord
  44. 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
  45. def mutableCopy(): MutableException

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

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

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

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

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

    Permalink
    Definition Classes
    ExceptionProxy → JavaException
  51. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  54. def primaryKeyField: Option[ScalaField]

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

    Permalink
    Definition Classes
    ExceptionProxy → TBase → UntypedRecord
  56. def setFieldValue(field: __shaded_for_spindle_bootstrap__.descriptors.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. val tstructName: String

    Permalink
    Definition Classes
    StructLike
  61. val underlying: Exception

    Permalink
    Definition Classes
    ScalaExceptionExceptionProxy
  62. final def wait(): Unit

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

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

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

    Permalink
    Definition Classes
    ExceptionProxyException → TBase → UntypedRecord

Inherited from StructLike

Inherited from HasAnnotations

Inherited from ExceptionProxy

Inherited from Exception

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