public class ValidationException extends IOException
| Modifier and Type | Field and Description | 
|---|---|
protected Integer | 
pageNumber  | 
| Constructor and Description | 
|---|
ValidationException(String message)  | 
ValidationException(String message,
                   Throwable cause)  | 
ValidationException(String message,
                   Throwable cause,
                   Integer pageNumber)  | 
ValidationException(Throwable cause)  | 
| Modifier and Type | Method and Description | 
|---|---|
Integer | 
getPageNumber()
Returns the page number related to the exception, or null if not known. 
 | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprotected Integer pageNumber
public ValidationException(String message)
public ValidationException(Throwable cause)
public Integer getPageNumber()
Copyright © 2002–2018 The Apache Software Foundation. All rights reserved.