Package com.aowagie.text.exceptions
Class InvalidPageNumberException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
com.aowagie.text.exceptions.InvalidPageNumberException
- All Implemented Interfaces:
Serializable
Typed exception used when trying to access to a incorrect page number.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionInvalidPageNumberException
(String message) Creates an instance of a InvalidPageNumberException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDA serial UID version- See Also:
-
-
Constructor Details
-
InvalidPageNumberException
Creates an instance of a InvalidPageNumberException.- Parameters:
message
- the reason why the page is incorrect.
-