|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.sourceid.saml20.adapter.gui.validation.ValidationException
public class ValidationException
An exception to be thrown by validators to communicate to the PingFederate server that invalid configuration values have been entered into the GUI by the user.
FieldValidator
,
RowValidator
,
ConfigurationValidator
,
Serialized FormConstructor Summary | |
---|---|
ValidationException(java.util.List<java.lang.String> errorMessages)
Create a new ValidationException with the specified validation error messages. |
|
ValidationException(java.lang.String errorMessage)
Create a new ValidationException with the specified validation error message. |
Method Summary | |
---|---|
java.util.List<java.lang.String> |
getErrorMessages()
Gets the validation error messages. |
java.lang.String |
getMessage()
Returns the detail message. |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ValidationException(java.lang.String errorMessage)
errorMessage
- the error message to display to the user.public ValidationException(java.util.List<java.lang.String> errorMessages)
errorMessages
- Method Detail |
---|
public java.util.List<java.lang.String> getErrorMessages()
public java.lang.String getMessage()
getMessage
in class java.lang.Throwable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |