@Status(stage=PRODUCTION, unitTests=ABSENT) @Review(by="Kees Schotanus", at="2010-07-21") public class ValidationException extends RuntimeException
Constructor and Description |
---|
ValidationException()
Default constructor.
|
ValidationException(Throwable cause)
Constructs this ValidationException using the supplied cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ValidationException()
public ValidationException(Throwable cause)
cause
- Exception that caused this exception.
Copyright © 2008–2018. All rights reserved.