- java.lang.Object
-
- rodeo.password.pgencheck.PasswordCheckError
-
- Direct Known Subclasses:
BadCountForCharacterTypeError,IllegalCharacterError
public class PasswordCheckError extends Object
Records a password validation error.For some errors, more information need to be reported. For these errors, a subclass of this class is used.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PasswordCheckStatusgetErrorType()Returns the recorded error types.
-
-
-
Method Detail
-
getErrorType
public PasswordCheckStatus getErrorType()
Returns the recorded error types.- Returns:
- the error type
- See Also:
PasswordCheckStatus
-
-