public class ValidationException extends Exception
| Constructor and Description |
|---|
ValidationException(String eTitle,
String eText) |
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage() |
String |
getText()
Returns the body of the validation error dialog.
|
String |
getTitle()
Returns the title of the validation error dialog.
|
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic String getTitle()
public String getText()
public String getMessage()
getMessage in class ThrowableCopyright © 2002–2019 Starter Inc.. All rights reserved.