railo.runtime.orm
Class ORMException

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.ApplicationException
                          extended by 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)
           
 
Method Summary
static void setAddional(ORMEngine engine, PageException pe)
           
static PageException toPageException(ORMEngine engine, 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
 
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

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)
Method Detail

toPageException

public static PageException toPageException(ORMEngine engine,
                                            Throwable t)

setAddional

public static void setAddional(ORMEngine engine,
                               PageException pe)


Copyright © 2012 Railo