public class CommonValidationException extends CommonException
Constructor and Description |
---|
CommonValidationException(String exceptionCode) |
CommonValidationException(String exceptionCode,
Exception cause) |
CommonValidationException(String exceptionCode,
Exception cause,
String[] tokenNames,
String[] tokenValues) |
CommonValidationException(String exceptionCode,
String exceptionMessage) |
CommonValidationException(String exceptionCode,
String[] tokenNames,
String[] tokenValues) |
CommonValidationException(String exceptionCode,
String exceptionMessage,
Exception cause) |
CommonValidationException(String exceptionCode,
String message,
Exception[] children) |
CommonValidationException(String exceptionCode,
Throwable t) |
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 CommonValidationException(String exceptionCode)
public CommonValidationException(String exceptionCode, String exceptionMessage)
public CommonValidationException(String exceptionCode, String exceptionMessage, Exception cause)
public CommonValidationException(String exceptionCode, String message, Exception[] children)
public CommonValidationException(String exceptionCode, String[] tokenNames, String[] tokenValues)
HDR Glossary HDR Concept Lists HDR Exceptions HDR Programmer's Guide HDR Implementation Guide HDR Profile Options
Copyright © 2016, 2018, Oracle. All rights reserved