public class ETSInstantiationException extends ETSException
Constructor and Description |
---|
ETSInstantiationException(Exception wrappedException)
Constructs a new exception that wraps another exception.
|
ETSInstantiationException(String messageText)
Constructs an
ETSException object from the specified error
message. |
ETSInstantiationException(String messageText,
Exception wrappedException) |
ETSInstantiationException(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 ETSInstantiationException(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.)public ETSInstantiationException(String messageText)
ETSException
object from the specified error
message.messageText
- Error message.public ETSInstantiationException(String exceptionCode, String exceptionMessage)
HDR Glossary HDR Concept Lists HDR Exceptions HDR Programmer's Guide HDR Implementation Guide HDR Profile Options
Copyright © 2016, 2018, Oracle. All rights reserved