public class NotSupportedOperationException extends BaseException
Visitor
is provided with an object not
supported.code, formatString, messageKey
Constructor and Description |
---|
NotSupportedOperationException(Visitor visitor,
java.lang.Object object)
Creates a new
NotSupportedOperationException . |
containsCause, getCode, getFormatString, getHTMLMessageStack, getLocalizedMessage, getLocalizedMessage, getLocalizedMessageStack, getLocalizedMessageStack, getMessage, getMessage, getMessageKey, getMessageStack, getMessageStack, getMessageStack, getValue, iterator, setCode, setFormatString, setMessageKey, setTranslator, setTranslator, setValue, values
public NotSupportedOperationException(Visitor visitor, java.lang.Object object)
NotSupportedOperationException
.visitor
- the visitor which not supports the objectobject
- the visited unsupported object