railo.runtime.orm
Class ORMException
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
railo.runtime.orm.ORMException
- All Implemented Interfaces:
- Serializable, Dumpable, IPageException
- Direct Known Subclasses:
- HibernateException
public class ORMException
- extends ApplicationException
- See Also:
- Serialized Form
Constructor Summary |
ORMException(Component cfc,
String message)
Constructor of the class |
ORMException(Component cfc,
String message,
String detail)
Constructor of the class |
ORMException(ORMEngine engine,
Component cfc,
String message)
|
ORMException(ORMEngine engine,
Component cfc,
String message,
String detail)
|
ORMException(ORMEngine engine,
String message)
|
ORMException(ORMEngine engine,
String message,
String detail)
|
ORMException(String message,
String detail)
|
ORMException(Throwable t)
|
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 |
ORMException
public ORMException(Component cfc,
String message)
- Constructor of the class
- Parameters:
message
-
ORMException
public ORMException(ORMEngine engine,
Component cfc,
String message)
ORMException
public ORMException(ORMEngine engine,
String message)
ORMException
public ORMException(Component cfc,
String message,
String detail)
- Constructor of the class
- Parameters:
message
- detail
-
ORMException
public ORMException(String message,
String detail)
ORMException
public ORMException(ORMEngine engine,
Component cfc,
String message,
String detail)
ORMException
public ORMException(ORMEngine engine,
String message,
String detail)
ORMException
public ORMException(Throwable t)
toPageException
public static PageException toPageException(ORMEngine engine,
Throwable t)
setAddional
public static void setAddional(ORMEngine engine,
PageException pe)
Copyright © 2012 Railo