Package dev.majek.chattools
Class Pagination.InvalidPageException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalArgumentException
-
- dev.majek.chattools.Pagination.InvalidPageException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Pagination
public static class Pagination.InvalidPageException extends IllegalArgumentException
Thrown if an invalid page is provided inPagination.render(int).- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidPageException()
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-