Packages

trait Error extends AnyRef

The Error trait is used to report errors showing the class and method within which the error or flaw occurred. For performance reasons, 'getClass' is commented out. Uncomment to include this information.

Linear Supertypes
AnyRef, Any
Known Subclasses
BidMatrixC, BidMatrixC, BidMatrixD, BidMatrixD, BidMatrixI, BidMatrixI, BidMatrixL, BidMatrixL, BidMatrixQ, BidMatrixQ, BidMatrixR, BidMatrixR, Bidiagonal, Bidiagonal2, Eigen_2by2, Eigenvalue, EigenvalueSym, Eigenvector, Fac_Cholesky, Fac_Inv, Fac_LQ, Fac_LU, Fac_LU, Fac_QR, Fac_QR_H, Fac_QR_H2, Fac_QR_H3, Fac_QR_MGS, Fac_QR_RR, Hessenburg, HouseholderT, MatriC, MatriD, MatriI, MatriL, MatriQ, MatriR, MatriS, MatriT, MatrixC, MatrixC, MatrixD, MatrixD, MatrixI, MatrixI, MatrixL, MatrixL, MatrixQ, MatrixQ, MatrixR, MatrixR, MatrixS, MatrixS, RleMatrixC, RleMatrixD, RleMatrixI, RleMatrixL, RleMatrixQ, RleMatrixR, RleVectorC, RleVectorD, RleVectorI, RleVectorL, RleVectorQ, RleVectorR, RleVectorS, RleVectorT, SVD, SVD4, SVDReg, SparseMatrixC, SparseMatrixD, SparseMatrixI, SparseMatrixL, SparseMatrixQ, SparseMatrixR, SparseVectorC, SparseVectorD, SparseVectorI, SparseVectorL, SparseVectorQ, SparseVectorR, SparseVectorS, SparseVectorT, SymTriMatrixC, SymTriMatrixC, SymTriMatrixD, SymTriMatrixD, SymTriMatrixI, SymTriMatrixI, SymTriMatrixL, SymTriMatrixL, SymTriMatrixQ, SymTriMatrixQ, SymTriMatrixR, SymTriMatrixR, SymmetricQRstep, VectoC, VectoD, VectoI, VectoL, VectoQ, VectoR, VectoS, VectoT, VectorC, VectorD, VectorI, VectorL, VectorQ, VectorR, VectorS, VectorT, HMatrix2, HMatrix2, HMatrix3, HMatrix3, HMatrix4, HMatrix4, HMatrix5, HMatrix5, Matrix, MatrixN, SparseMatrixN, SymTriMatrixN, VectorN, VectorN, Combinatorics, ProbNum, StrO, Identifiable, Locatable, Node, PQItem, Element, PatMatcher, SpellCheck
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Error
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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 asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. final def flaw(method: String, message: String): Unit

    Show the flaw by printing the error message.

    Show the flaw by printing the error message.

    method

    the method where the error occurred

    message

    the error message

  9. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  16. def toString(): String
    Definition Classes
    AnyRef → Any
  17. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  18. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  19. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped