railo.runtime.exp
Class MissingIncludeException

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
                  extended by railo.runtime.exp.PageExceptionImpl
                      extended by railo.runtime.exp.MissingIncludeException
All Implemented Interfaces:
Serializable, Dumpable, IPageException

public final class MissingIncludeException
extends PageExceptionImpl

Exception throwed when missing include

See Also:
Serialized Form

Constructor Summary
MissingIncludeException(PageSource pageSource)
          constructor of the exception
MissingIncludeException(PageSource pageSource, String msg)
           
 
Method Summary
 CatchBlock getCatchBlock(Config config)
           
 PageSource getPageSource()
           
 boolean typeEqual(String type)
          compare error type as String
 
Methods inherited from class railo.runtime.exp.PageExceptionImpl
addContext, getAddional, getAdditional, getCatchBlock, getCatchBlock, getCustomTypeAsString, getDetail, getErrorBlock, getErrorCode, getExtendedInfo, getLine, getPageDeep, getRootCause, getStackTrace, getStackTraceAsString, getTagContext, getTagContext, getTracePointer, getTypeAsString, printStackTrace, printStackTrace, printStackTrace, setAdditional, setDetail, setErrorCode, setExtendedInfo, setTracePointer, toDumpData
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MissingIncludeException

public MissingIncludeException(PageSource pageSource)
constructor of the exception

Parameters:
pageSource -

MissingIncludeException

public MissingIncludeException(PageSource pageSource,
                               String msg)
Method Detail

getPageSource

public PageSource getPageSource()
Returns:
the pageSource

getCatchBlock

public CatchBlock getCatchBlock(Config config)
Overrides:
getCatchBlock in class PageExceptionImpl
See Also:
PageExceptionImpl.getCatchBlock(railo.runtime.PageContext)

typeEqual

public boolean typeEqual(String type)
Description copied from interface: IPageException
compare error type as String

Specified by:
typeEqual in interface IPageException
Overrides:
typeEqual in class PageExceptionImpl
Parameters:
type - other error type
Returns:
is same error type
See Also:
IPageException.typeEqual(java.lang.String)


Copyright © 2012 Railo