Uses of Class
com.sun.jdo.spi.persistence.support.ejb.ejbqlc.EJBQLException

Packages that use EJBQLException
com.sun.jdo.spi.persistence.support.ejb.ejbqlc   
 

Uses of EJBQLException in com.sun.jdo.spi.persistence.support.ejb.ejbqlc
 

Methods in com.sun.jdo.spi.persistence.support.ejb.ejbqlc that throw EJBQLException
 JDOQLElements EJBQLC.compile(java.lang.String ejbqlQuery, java.lang.reflect.Method method, int resultTypeMapping, boolean finderNotSelector, java.lang.String ejbName)
          Compiles the specified query string for the specified finder/selector method.
static void ErrorMsg.error(int line, int col, java.lang.String text)
          This method throws an EJBQLException indicating an user error.
static void ErrorMsg.error(java.lang.String text)
          This method throws an EJBQLException indicating an user error.
static void ErrorMsg.error(java.lang.String text, java.lang.Throwable cause)
          This method throws an EJBQLException indicating an user error.
static void ErrorMsg.fatal(java.lang.String text)
          This method is called in the case of an fatal internal error.
static void ErrorMsg.fatal(java.lang.String text, java.lang.Throwable nested)
          This method is called in the case of an fatal internal error.
static void ErrorMsg.log(int level, java.lang.String text, java.lang.Throwable nested)
          This method is called when we want to log an exception in a given level.
 



Copyright © 2012 GlassFish Community. All Rights Reserved.