JMSLTM Numerical Library 4.0

com.imsl
Class IMSLException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.imsl.IMSLException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ARMA.IllConditionedException, ARMA.IncreaseErrRelException, ARMA.MatrixSingularException, ARMA.NewInitialGuessException, ARMA.TooManyCallsException, ARMA.TooManyFcnEvalException, ARMA.TooManyITNException, ARMA.TooManyJacobianEvalException, AutoCorrelation.NonPosVariancesException, BoundedLeastSquares.FalseConvergenceException, CategoricalGenLinModel.ClassificationVariableException, CategoricalGenLinModel.ClassificationVariableLimitException, CategoricalGenLinModel.ClassificationVariableValueException, CategoricalGenLinModel.DeleteObservationsException, ChiSquaredTest.DidNotConvergeException, Cholesky.NotSPDException, ClusterKMeans.ClusterNoPointsException, ClusterKMeans.NoConvergenceException, ClusterKMeans.NonnegativeFreqException, ClusterKMeans.NonnegativeWeightException, Covariances.DiffObsDeletedException, Covariances.MoreObsDelThanEnteredException, Covariances.NonnegativeFreqException, Covariances.NonnegativeWeightException, Covariances.TooManyObsDeletedException, CrossCorrelation.NonPosVariancesException, CsShape.TooManyIterationsException, DenseLP.BoundsInconsistentException, DenseLP.NoAcceptablePivotException, DenseLP.ProblemUnboundedException, DiscriminantAnalysis.CovarianceSingularException, DiscriminantAnalysis.EmptyGroupException, DiscriminantAnalysis.SumOfWeightsNegException, Dissimilarities.NoPositiveVarianceException, Dissimilarities.ScaleFactorZeroException, Dissimilarities.ZeroNormException, Eigen.DidNotConvergeException, EmpiricalQuantiles.ScaleFactorZeroException, FactorAnalysis.BadVarianceException, FactorAnalysis.EigenvalueException, FactorAnalysis.NoDegreesOfFreedomException, FactorAnalysis.NonPositiveEigenvalueException, FactorAnalysis.NotPositiveDefiniteException, FactorAnalysis.NotPositiveSemiDefiniteException, FactorAnalysis.NotSemiDefiniteException, FactorAnalysis.RankException, FactorAnalysis.SingularException, GARCH.ConstrInconsistentException, GARCH.EqConstrInconsistentException, GARCH.NoVectorXException, GARCH.TooManyIterationsException, GARCH.VarsDeterminedException, InverseCdf.DidNotConvergeException, LinearProgramming.BoundsInconsistentException, LinearProgramming.NumericDifficultyException, MinConGenLin.ConstraintsInconsistentException, MinConGenLin.ConstraintsNotSatisfiedException, MinConGenLin.EqualityConstraintsException, MinConGenLin.VarBoundsInconsistentException, MinConNLP.BadInitialGuessException, MinConNLP.ConstraintEvaluationException, MinConNLP.IllConditionedException, MinConNLP.LimitingAccuracyException, MinConNLP.LinearlyDependentGradientsException, MinConNLP.NoAcceptableStepsizeException, MinConNLP.ObjectiveEvaluationException, MinConNLP.PenaltyFunctionPointInfeasibleException, MinConNLP.QPInfeasibleException, MinConNLP.SingularException, MinConNLP.TerminationCriteriaNotSatisfiedException, MinConNLP.TooManyIterationsException, MinConNLP.WorkingSetSingularException, MinConNonlin.LineSearchException, MinConNonlin.QPConstraintsException, MinConNonlin.TooManyIterationsException, MinConNonlin.UphillSearchCalcException, MinConNonlin.ZeroSearchDirectionException, MinUnconMultiVar.ApproximateMinimumException, MinUnconMultiVar.FalseConvergenceException, MinUnconMultiVar.MaxIterationsException, MinUnconMultiVar.UnboundedBelowException, MPSReader.InvalidMPSFileException, MultiCrossCorrelation.NonPosVariancesException, NonlinearRegression.NegativeFreqException, NonlinearRegression.NegativeWeightException, NonlinearRegression.TooManyIterationsException, NonlinLeastSquares.FalseConvergenceException, NonlinLeastSquares.RelativeFunctionConvergenceException, NonlinLeastSquares.StepMaxException, NonlinLeastSquares.StepToleranceException, NonlinLeastSquares.TooManyIterationsException, NormalityTest.NoVariationInputException, OdeRungeKutta.DidNotConvergeException, OdeRungeKutta.ToleranceTooSmallException, QuadraticProgramming.InconsistentSystemException, SelectionRegression.NoVariablesException, SingularMatrixException, StepwiseRegression.CyclingIsOccurringException, StepwiseRegression.NoVariablesEnteredException, SVD.DidNotConvergeException, ZeroPolynomial.DidNotConvergeException, ZeroSystem.DidNotConvergeException, ZeroSystem.ToleranceTooSmallException, ZeroSystem.TooManyIterationsException

public abstract class IMSLException
extends Exception

Signals that a mathematical exception has occurred.

See Also:
Serialized Form

Constructor Summary
IMSLException()
          Constructs an IMSLException with no detail message.
IMSLException(String s)
          Constructs an IMSLException with the specified detail message.
IMSLException(String packageName, String key, Object[] arguments)
          Constructs an IMSLException with the specified detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IMSLException

public IMSLException()
Constructs an IMSLException with no detail message. A detail message is a String that describes this particular exception.


IMSLException

public IMSLException(String s)
Constructs an IMSLException with the specified detail message. A detail message is a String that describes this particular exception.

Parameters:
s - the detail message

IMSLException

public IMSLException(String packageName,
                     String key,
                     Object[] arguments)
Constructs an IMSLException with the specified detail message. The error message string is in a resource bundle, ErrorMessages.

Parameters:
packageName - is the name of the package containing the ErrorMessages resource bundle.
key - is the key of the error message in the resource bundle.
arguments - is an array containing arguments used within the error message string.

JMSLTM Numerical Library 4.0

Copyright 1970-2006 Visual Numerics, Inc.
Built June 1 2006.