public final class ValidationException extends Exception
| Constructor and Description |
|---|
ValidationException()
Creates a new instance of
ValidationException without detail message. |
ValidationException(String msg)
Constructs an instance of
ValidationException with the specified detail message. |
ValidationException(String message,
boolean exception)
Creates a new ValidationException object.
|
ValidationException(String msg,
Throwable cause)
Constructs an instance of
ValidationException with the specified detail message and the specified
cause. |
ValidationException(String message,
Throwable cause,
boolean exception)
Creates a new ValidationException object.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isException()
Whether this validation error is cause because the fact that the kartierabschnitt is an exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ValidationException()
ValidationException without detail message.public ValidationException(String msg)
ValidationException with the specified detail message.msg - the detail message.public ValidationException(String msg, Throwable cause)
ValidationException with the specified detail message and the specified
cause.msg - the detail message.cause - the exception causepublic ValidationException(String message, boolean exception)
message - DOCUMENT ME!exception - DOCUMENT ME!Copyright © 2012–2026 cismet GmbH. All rights reserved.