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, MatrixC, MatrixC, MatrixD, MatrixD, MatrixI, MatrixI, MatrixL, MatrixL, MatrixQ, MatrixQ, MatrixR, MatrixR, RleMatrixC, RleMatrixD, RleMatrixI, RleMatrixL, RleMatrixQ, RleMatrixR, RleVectorC, RleVectorD, RleVectorI, RleVectorL, RleVectorQ, RleVectorR, RleVectorS, SVD, SVD4, SparseMatrixC, SparseMatrixD, SparseMatrixI, SparseMatrixL, SparseMatrixQ, SparseMatrixR, SparseVectorC, SparseVectorD, SparseVectorI, SparseVectorL, SparseVectorQ, SparseVectorR, SparseVectorS, SymTriMatrixC, SymTriMatrixC, SymTriMatrixD, SymTriMatrixD, SymTriMatrixI, SymTriMatrixI, SymTriMatrixL, SymTriMatrixL, SymTriMatrixQ, SymTriMatrixQ, SymTriMatrixR, SymTriMatrixR, SymmetricQRstep, VectoC, VectoD, VectoI, VectoL, VectoQ, VectoR, VectoS, VectorC, VectorD, VectorI, VectorL, VectorQ, VectorR, VectorS, HMatrix2, HMatrix3, HMatrix4, HMatrix5, Matrix, MatrixN, SparseMatrixN, SymTriMatrixN, VectorN, VectorN, MatriC, MatriD, MatriI, MatriL, MatriQ, MatriR, MatriS, MatrixC, MatrixC, MatrixD, MatrixD, MatrixI, MatrixI, MatrixL, MatrixL, MatrixQ, MatrixQ, MatrixR, MatrixR, VectorC, VectorD, VectorI, VectorL, VectorQ, VectorR, VectorS, Fac_Cholesky, Fac_QR, MatrixD, MatrixD, SparseMatrixD, VectorD, Combinatorics, ProbNum, Bernoulli, Beta, Binomial, CDF, Cauchy, ChiSquare, Dice, Discrete, DiscreteF, Erlang, Exponential, Fisher, Gamma, Geometric, HyperExponential, HyperGeometric, LogNormal, Logistic, Multinomial, NHPoissonProcess, NegativeBinomial, Normal, NormalVec, Pareto, PermutedVecD, PermutedVecI, Poisson, PoissonProcess, PowerLaw, ProbabilityVec, Quantile, RNG, RNGTest, Randi, Randi0, RandiU0, Random, Random2, Random3, RandomMatD, RandomSet, RandomStr, RandomVecD, RandomVecI, RandomVecS, RandomVecSample, RandomWord, Sharp, StudentT, TimeVariate, Trapezoidal, Triangular, Trinomial, Uniform, Variate, VariateMat, VariateSet, VariateVec, Weibull, _HyperExponential, MM_Relation, Relation, TableGen, CurvilinearShape, QCurve, GoodnessOfFit_CS, GoodnessOfFit_CS2, GoodnessOfFit_KS, Q_Q_Plot, Statistic, Statistic, TimeStatistic, TimeStatistic, 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. All

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[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. 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

  10. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  11. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. final def notify(): Unit
    Definition Classes
    AnyRef
  15. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  16. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  17. def toString(): String
    Definition Classes
    AnyRef → Any
  18. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  19. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  20. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped