public class MathUnsupportedOperationException extends MathRuntimeException
UnsupportedOperationException, but must also provide a localized
message.| Constructor and Description |
|---|
MathUnsupportedOperationException()
Default constructor.
|
MathUnsupportedOperationException(Localizable pattern,
Object... args) |
getContext, getLocalizedMessage, getMessageaddSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MathUnsupportedOperationException()
public MathUnsupportedOperationException(Localizable pattern, Object... args)
pattern - Message pattern providing the specific context of
the error.args - Arguments.Copyright © 2003–2015 The Apache Software Foundation. All rights reserved.