public class WebValidationException extends Exception
| Modifier and Type | Field and Description |
|---|---|
protected ErrorCollection |
errorCollection |
| Constructor and Description |
|---|
WebValidationException() |
WebValidationException(ErrorCollection errorCollection)
Deprecated.
since 5.10 use
DefaultWebValidationException instead |
WebValidationException(String message) |
WebValidationException(String field,
String message) |
| Modifier and Type | Method and Description |
|---|---|
ErrorCollection |
getErrorCollection() |
String |
getMessage() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprotected final ErrorCollection errorCollection
@Deprecated public WebValidationException(ErrorCollection errorCollection)
DefaultWebValidationException insteadpublic WebValidationException(String message)
public WebValidationException()
public String getMessage()
getMessage in class Throwablepublic ErrorCollection getErrorCollection()
Copyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.