public class CpeValidationException extends Exception
| Constructor and Description |
|---|
CpeValidationException(String message)
Constructs a new exception with the specified detail message.
|
CpeValidationException(String message,
Exception cause)
Constructs a new exception with the specified detail message and cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CpeValidationException(String message)
message - the detailed messageCopyright © 2018–2023. All rights reserved.