public class MathInternalError extends MathIllegalStateException
| Constructor and Description | 
|---|
| MathInternalError()Simple constructor. | 
| MathInternalError(Localizable pattern,
                 Object... args)Constructor accepting a localized message. | 
| MathInternalError(Throwable cause)Simple constructor. | 
getContext, getLocalizedMessage, getMessageaddSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MathInternalError()
public MathInternalError(Throwable cause)
cause - root causepublic MathInternalError(Localizable pattern, Object... args)
pattern - Message pattern explaining the cause of the error.args - Arguments.Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.