railo.runtime.exp
Class MissingIncludeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.servlet.jsp.JspException
railo.runtime.exp.PageException
railo.runtime.exp.PageExceptionImpl
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
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 |
MissingIncludeException
public MissingIncludeException(PageSource pageSource)
- constructor of the exception
- Parameters:
pageSource
-
MissingIncludeException
public MissingIncludeException(PageSource pageSource,
String msg)
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