public class NotSupportedOperationException extends BaseException
Visitor is provided with an object not
supported.code, formatString, messageKey| Constructor and Description |
|---|
NotSupportedOperationException(Visitor visitor,
Object object)
Creates a new
NotSupportedOperationException. |
getCode, getFormatString, getLocalizedMessage, getLocalizedMessage, getLocalizedMessageStack, getLocalizedMessageStack, getMessage, getMessage, getMessageKey, getMessageStack, getMessageStack, getValue, iterator, setCode, setFormatString, setMessageKey, setTranslator, setTranslator, setValue, valuesaddSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NotSupportedOperationException(Visitor visitor, Object object)
NotSupportedOperationException.visitor - the visitor which not supports the objectobject - the visited unsupported object