public class IntegratorException extends MathException
| Constructor and Description | 
|---|
IntegratorException(Localizable specifier,
                   java.lang.Object... parts)
Simple constructor. 
 | 
IntegratorException(java.lang.String specifier,
                   java.lang.Object... parts)
Deprecated. 
 
as of 2.2 replaced by  
IntegratorException(Localizable, Object...) | 
IntegratorException(java.lang.Throwable cause)
Create an exception with a given root cause. 
 | 
getArguments, getGeneralPattern, getLocalizedMessage, getMessage, getMessage, getPattern, getSpecificPattern, printStackTrace, printStackTrace@Deprecated
public IntegratorException(java.lang.String specifier,
                                       java.lang.Object... parts)
IntegratorException(Localizable, Object...)specifier - format specifier (to be translated)parts - to insert in the format (no translation)public IntegratorException(Localizable specifier, java.lang.Object... parts)
specifier - format specifier (to be translated)parts - to insert in the format (no translation)public IntegratorException(java.lang.Throwable cause)
cause - the exception or error that caused this exception to be thrownCopyright © 2010 - 2023 Adobe. All Rights Reserved