congrats Icon
New! Announcing our next generation AI code completions
Read here
Tabnine Logo
JPQLException.constructorClassNotFound
Code IndexAdd Tabnine to your IDE (free)

How to use
constructorClassNotFound
method
in
org.eclipse.persistence.exceptions.JPQLException

Best Java code snippets using org.eclipse.persistence.exceptions.JPQLException.constructorClassNotFound (Showing top 3 results out of 315)

origin: org.eclipse.persistence/com.springsource.org.eclipse.persistence

/**
 * Check the specifid constructor class and return its class instance. 
 * @exception JPQLException if the specified constructor class could not
 * be found.
 */
private Class getConstructorClass(ParseTreeContext context) {
  Object type = getType();
  if (type == null) {
    throw JPQLException.constructorClassNotFound(
      context.getQueryInfo(), getLine(), getColumn(), className);
  }
  return (Class)type;
}
origin: org.eclipse.persistence/org.eclipse.persistence.core

/**
 * Check the specific constructor class and return its class instance.
 * @exception JPQLException if the specified constructor class could not
 * be found.
 */
private Class getConstructorClass(ParseTreeContext context) {
  Object type = getType();
  if (type == null) {
    throw JPQLException.constructorClassNotFound(
      context.getQueryInfo(), getLine(), getColumn(), className);
  }
  return (Class)type;
}
origin: com.haulmont.thirdparty/eclipselink

/**
 * Check the specific constructor class and return its class instance. 
 * @exception JPQLException if the specified constructor class could not
 * be found.
 */
private Class getConstructorClass(ParseTreeContext context) {
  Object type = getType();
  if (type == null) {
    throw JPQLException.constructorClassNotFound(
      context.getQueryInfo(), getLine(), getColumn(), className);
  }
  return (Class)type;
}
org.eclipse.persistence.exceptionsJPQLExceptionconstructorClassNotFound

Popular methods of JPQLException

  • <init>
    INTERNAL Only TopLink can throw and create these excpetions
  • aliasResolutionException
  • entityTypeNotFound
    JPQLException Entity Type Not Found Indicates that a type specified in a JPQL query string cannot b
  • entityTypeNotFound2
  • expectedOrderableOrderByItem
  • generalParsingException
    INTERNAL Create an exception to wrap a general parsing exception
  • getInternalExceptions
    INTERNAL Return the collection of internal Exceptions. Intialize if there are no exceptions
  • hasInternalExceptions
    INTERNAL Does this exception have any internal errors?
  • indexOnlyAllowedOnVariable
  • invalidCollectionMemberDecl
  • invalidCollectionNavigation
  • invalidEnumEqualExpression
  • invalidCollectionNavigation,
  • invalidEnumEqualExpression,
  • invalidEnumLiteral,
  • invalidExpressionArgument,
  • invalidFunctionArgument,
  • invalidMultipleUseOfSameParameter,
  • invalidNavigation,
  • invalidSetClauseNavigation,
  • invalidSetClauseTarget

Popular in Java

  • Finding current android device location
  • scheduleAtFixedRate (ScheduledExecutorService)
  • getContentResolver (Context)
  • getApplicationContext (Context)
  • Font (java.awt)
    The Font class represents fonts, which are used to render text in a visible way. A font provides the
  • MalformedURLException (java.net)
    This exception is thrown when a program attempts to create an URL from an incorrect specification.
  • Hashtable (java.util)
    A plug-in replacement for JDK1.5 java.util.Hashtable. This version is based on org.cliffc.high_scale
  • PriorityQueue (java.util)
    A PriorityQueue holds elements on a priority heap, which orders the elements according to their natu
  • Notification (javax.management)
  • Response (javax.ws.rs.core)
    Defines the contract between a returned instance and the runtime when an application needs to provid
  • Top 25 Plugins for Webstorm
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyStudentsTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now