railo.runtime.exp
Class ApplicationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.servlet.jsp.JspException
railo.runtime.exp.PageException
railo.runtime.exp.PageExceptionImpl
railo.runtime.exp.ApplicationException
- All Implemented Interfaces:
- Serializable, Dumpable, IPageException
- Direct Known Subclasses:
- CSVParserException, DeprecatedException, FTPException, HTTPException, LockException, ORMException, RemoteAccessException, ServiceException, TagAttributeException, TagNotSupported
public class ApplicationException
- extends PageExceptionImpl
Application Exception Object
- See Also:
- Serialized Form
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, setAdditional, setDetail, setErrorCode, setExtendedInfo, setTracePointer, toDumpData, typeEqual |
ApplicationException
public ApplicationException(String message)
- Constructor of the Application Object
- Parameters:
message
- Exception Message
ApplicationException
public ApplicationException(String message,
String detail)
- Constructor of the Application Object
- Parameters:
message
- Exception Messagedetail
- Detailed Exception Message
Copyright © 2012 Railo