org.unitedfront2.web
クラス PageNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.unitedfront2.web.PageNotFoundException
- すべての実装されたインタフェース:
- Serializable
public class PageNotFoundException
- extends RuntimeException
ページが存在しなかった際に生じる例外です。ページが存在しない旨を示すページに遷移します。
- 作成者:
- kurokkie
- 関連項目:
- 直列化された形式
| クラス java.lang.Throwable から継承されたメソッド |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
PageNotFoundException
public PageNotFoundException()
PageNotFoundException
public PageNotFoundException(String message)
PageNotFoundException
public PageNotFoundException(Throwable cause)
PageNotFoundException
public PageNotFoundException(String message,
Throwable cause)
Copyright © 2007-2008 www.unitedfront2.org. All Rights Reserved.