|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
javax.servlet.jsp.JspException
railo.runtime.exp.PageException
railo.runtime.exp.PageExceptionImpl
railo.runtime.exp.NativeException
public class NativeException
Box a Native Exception, Native = !PageException
Constructor Summary | |
---|---|
NativeException(Throwable t)
Standart constructor for native Exception class |
Method Summary | |
---|---|
void |
setAdditional(String key,
Object value)
set a additional key value |
DumpData |
toDumpData(PageContext pageContext,
int maxlevel,
DumpProperties dp)
method to print out information to a object as HTML |
boolean |
typeEqual(String type)
compare error type as String |
Methods inherited from class railo.runtime.exp.PageExceptionImpl |
---|
addContext, getAddional, getAdditional, getCatchBlock, getCatchBlock, getCatchBlock, getCustomTypeAsString, getDetail, getErrorBlock, getErrorCode, getExtendedInfo, getLine, getPageDeep, getRootCause, getStackTrace, getStackTraceAsString, getTagContext, getTagContext, getTracePointer, getTypeAsString, printStackTrace, printStackTrace, printStackTrace, setDetail, setErrorCode, setExtendedInfo, setTracePointer |
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 |
---|
public NativeException(Throwable t)
t
- ThrowableMethod Detail |
---|
public DumpData toDumpData(PageContext pageContext, int maxlevel, DumpProperties dp)
Dumpable
toDumpData
in interface Dumpable
toDumpData
in class PageExceptionImpl
railo.runtime.dump.Dumpable#toDumpData(railo.runtime.PageContext, int)
public boolean typeEqual(String type)
IPageException
typeEqual
in interface IPageException
typeEqual
in class PageExceptionImpl
type
- other error type
IPageException.typeEqual(java.lang.String)
public void setAdditional(String key, Object value)
PageExceptionImpl
setAdditional
in class PageExceptionImpl
PageExceptionImpl.setAdditional(java.lang.String, java.lang.Object)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |