public class ETSDataException extends ETSException
ETSException
,
Serialized FormConstructor and Description |
---|
ETSDataException()
Deprecated.
This method is replaced by
ETSDataException(String)
to provide as much information as possible to the user when the exception
is thrown. |
ETSDataException(Exception wrappedException)
Constructs a new exception that wraps another exception.
|
ETSDataException(String messageText)
Constructs an
ETSException object from the specified error
message. |
ETSDataException(String messageText,
Exception wrappedException) |
ETSDataException(String exceptionCode,
String exceptionMessage) |
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 ETSDataException()
ETSDataException(String)
to provide as much information as possible to the user when the exception
is thrown.ETSDataException
with no detail message.public ETSDataException(String messageText)
ETSException
object from the specified error
message.messageText
- Error message.public ETSDataException(Exception wrappedException)
wrappedException
- the cause (which is saved for later retrieval by
the ETSException.getWrappedException()
method). (A null value is
permitted, and indicates that the cause is nonexistent or unknown.)HDR Glossary HDR Concept Lists HDR Exceptions HDR Programmer's Guide HDR Implementation Guide HDR Profile Options
Copyright © 2016, 2018, Oracle. All rights reserved