Package com.wavemaker.commons
Class PageException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.wavemaker.commons.WMRuntimeException
-
- com.wavemaker.commons.PageException
-
- All Implemented Interfaces:
WMCommonException,java.io.Serializable
- Direct Known Subclasses:
PageDoesNotExistException
public class PageException extends WMRuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PageException(MessageResource resource, java.lang.Object... args)PageException(java.lang.String s)
-
Method Summary
-
Methods inherited from class com.wavemaker.commons.WMRuntimeException
getMessage, getMessageResourceHolder
-
-
-
-
Constructor Detail
-
PageException
public PageException(MessageResource resource, java.lang.Object... args)
-
PageException
public PageException(java.lang.String s)
-
-