railo.runtime.exp
Class PageException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.servlet.jsp.JspException
              extended by railo.runtime.exp.PageException
All Implemented Interfaces:
Serializable, Dumpable, IPageException
Direct Known Subclasses:
ModernAppListenerException, PageExceptionImpl

public abstract class PageException
extends javax.servlet.jsp.JspException
implements IPageException, Dumpable

root Exception for railo runtime

See Also:
Serialized Form

Constructor Summary
PageException(String message)
          constructor of the class
 
Method Summary
 
Methods inherited from class javax.servlet.jsp.JspException
getRootCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface railo.runtime.exp.IPageException
addContext, getAddional, getAdditional, getCatchBlock, getCatchBlock, getCustomTypeAsString, getDetail, getErrorBlock, getErrorCode, getExtendedInfo, getStackTraceAsString, getTracePointer, getTypeAsString, setDetail, setErrorCode, setExtendedInfo, setTracePointer, typeEqual
 
Methods inherited from interface railo.runtime.dump.Dumpable
toDumpData
 

Constructor Detail

PageException

public PageException(String message)
constructor of the class

Parameters:
message - error message


Copyright © 2012 Railo