| Modifier and Type | Method and Description | 
|---|---|
String | 
get()
If valid returns the value in string form. 
 | 
String | 
getErrorMessage()
If validation failed, the reason is found here in plain text. 
 | 
String | 
getErrorMessageHtml()
If validation failed, the reason is found here in html. 
 | 
boolean | 
isValid()
Whether the validation succeeded. 
 | 
boolean isValid()
String getErrorMessage()
String getErrorMessageHtml()
String get() throws IllegalStateException
IllegalStateException - if the result is not valid.Copyright © 2002-2024 Atlassian. All Rights Reserved.