public class ETSException extends CommonException
Constructor and Description |
---|
ETSException()
Deprecated.
|
ETSException(Exception wrappedException) |
ETSException(String exceptionMessage) |
ETSException(String exceptionCode,
Exception cause) |
ETSException(String exceptionCode,
Exception cause,
String[] tokenNames,
String[] tokenValues) |
ETSException(String exceptionCode,
String exceptionMessage) |
ETSException(String exceptionCode,
String[] tokenNames,
String[] tokenValues) |
ETSException(String exceptionCode,
String exceptionMessage,
Exception cause) |
ETSException(String exceptionCode,
String message,
Exception[] children) |
ETSException(String exceptionCode,
Throwable t) |
Modifier and Type | Method and Description |
---|---|
Exception |
getWrappedException() |
static ETSNotFoundException |
newCodingSchemeNotFound(String codeSystem,
String codeSystemName) |
static ETSNotFoundException |
newCodingSchemeVersionNotFound(String codeSystem,
String codeSystemName,
String version) |
static ETSDataException |
newMultipleConceptsCode(String conceptListName,
String code,
String codeSystem,
String codeSystemName,
String version,
String multipleIdStr) |
static ETSNotFoundException |
newNoConceptsCode(String conceptListName,
String code,
String codeSystem,
String codeSystemName,
String version) |
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 ETSException()
public ETSException(String exceptionMessage)
public ETSException(Exception wrappedException)
public static ETSNotFoundException newCodingSchemeNotFound(String codeSystem, String codeSystemName)
public static ETSNotFoundException newCodingSchemeVersionNotFound(String codeSystem, String codeSystemName, String version)
public static ETSNotFoundException newNoConceptsCode(String conceptListName, String code, String codeSystem, String codeSystemName, String version)
public static ETSDataException newMultipleConceptsCode(String conceptListName, String code, String codeSystem, String codeSystemName, String version, String multipleIdStr)
public Exception getWrappedException()
HDR Glossary HDR Concept Lists HDR Exceptions HDR Programmer's Guide HDR Implementation Guide HDR Profile Options
Copyright © 2016, 2018, Oracle. All rights reserved