Class PageNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- net.frozenspace.frostlib.gui.exception.PageNotFoundException
-
- All Implemented Interfaces:
java.io.Serializable
public class PageNotFoundException extends java.lang.RuntimeExceptionThis exception is used for telling when the page is not found- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PageNotFoundException(java.lang.String message)Default constructor
-