railo.runtime.exp
Class PageException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjavax.servlet.jsp.JspException
              extended byrailo.runtime.exp.PageException
All Implemented Interfaces:
Dumpable, IPageException, java.io.Serializable

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

root Exception for railo runtime

See Also:
Serialized Form

Constructor Summary
PageException(java.lang.String message)
          constructor of the class
 
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, 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(java.lang.String message)
constructor of the class

Parameters:
message - error message