public class ETSUnsupportedOperationException extends ETSException
CodingScheme
interface is extended
by a subclass that does not provide an inherited method and the
operation defined by the inherited method is not supported by the subclass. As a result,
ETSUnsupportedOperationException
is thrown whenever such operations
are called on the subclass.Constructor and Description |
---|
ETSUnsupportedOperationException()
Deprecated.
This method is replaced by
ETSUnsupportedOperationException(String) to provide
as much information as possible to the user when the exception is thrown. |
ETSUnsupportedOperationException(ETSException exception)
Constructs a new exception that wraps the specified exception.
|
ETSUnsupportedOperationException(String messageText)
Constructs a new exception from the specified error message.
|
ETSUnsupportedOperationException(String exceptionCode,
Exception cause) |
getWrappedException, newCodingSchemeNotFound, newCodingSchemeVersionNotFound, newMultipleConceptsCode, newNoConceptsCode
addBundledException, getBundledExceptions, getDetailedExceptions, getExceptionCode, getParameter, getTokenNames, getTokenValues, printStackTrace, setBundledExceptions, setDetailedExceptions, setExceptionCode, setParameter, setTokenNames, setTokenValues, toString
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, setStackTrace
public ETSUnsupportedOperationException()
ETSUnsupportedOperationException(String)
to provide
as much information as possible to the user when the exception is thrown.ETSUnsupportedOperationException
object with no detail
message.public ETSUnsupportedOperationException(String messageText)
messageText
- Error message.public ETSUnsupportedOperationException(String exceptionCode, Exception cause)
public ETSUnsupportedOperationException(ETSException exception)
exception
- the exception to be wrappedHDR Glossary HDR Concept Lists HDR Exceptions HDR Programmer's Guide HDR Implementation Guide HDR Profile Options
Copyright © 2016, 2018, Oracle. All rights reserved