接口 LocalizedException

所有已知实现类:
ArcsSet.InconsistentStateAt2PiWrapping, CardanEulerSingularityException, ConvergenceException, DimensionMismatchException, Euclidean1D.NoSubSpaceException, IllConditionedOperatorException, InsufficientDataException, InvalidRepresentationException, JacobianMatrices.MismatchedEquations, MathArithmeticException, MathIllegalArgumentException, MathIllegalNumberException, MathIllegalStateException, MathInternalError, MathParseException, MathRuntimeException, MathUnsupportedOperationException, MatrixDimensionMismatchException, MaxCountExceededException, ModelSpecificationException, MultiDimensionMismatchException, NoBracketingException, NoDataException, NoFeasibleSolutionException, NonMonotonicSequenceException, NonPositiveDefiniteMatrixException, NonPositiveDefiniteOperatorException, NonSelfAdjointOperatorException, NonSquareMatrixException, NonSquareOperatorException, NonSymmetricMatrixException, NotANumberException, NotARotationMatrixException, NotFiniteNumberException, NotPositiveException, NotStrictlyPositiveException, NullArgumentException, NumberIsTooLargeException, NumberIsTooSmallException, OutOfRangeException, SingularMatrixException, SingularOperatorException, Sphere1D.NoSubSpaceException, TooManyEvaluationsException, TooManyIterationsException, UnboundedSolutionException, UnknownParameterException, VariationalEquation.MismatchedEquations, ZeroException

public interface LocalizedException
This interface specified methods implemented by localized exception classes.

This interface has been copied from the interface with the same name from Orekit.

  • 方法详细资料

    • getMessage

      String getMessage(Locale locale)
      获取指定区域设置的消息。
      参数:
      locale - 要翻译消息的区域设置
      返回:
      本地化消息
    • getSpecifier

      Localizable getSpecifier()
      获取错误消息的本地化说明符。
      返回:
      错误消息的本地化说明符
    • getParts

      Object[] getParts()
      获取错误消息的可变部分。
      返回:
      错误消息的可变部分的副本