java.io.Serializable
public class ValidatorException
extends java.lang.Exception
Exception
s thrown during calls to
Validator.validate()
are considered errors.Constructor | Description |
---|---|
ValidatorException() |
Constructs an Exception with no specified detail message.
|
ValidatorException(java.lang.String message) |
Constructs an Exception with the specified detail message.
|
Copyright © 2002–2018. All rights reserved.