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, toString
protected final ErrorCollection errorCollection
@Deprecated public WebValidationException(ErrorCollection errorCollection)
DefaultWebValidationException
insteadpublic WebValidationException(String message)
public WebValidationException()
public String getMessage()
getMessage
in class Throwable
public ErrorCollection getErrorCollection()
Copyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.