Tabnine Logo
Log.getErrorDuringCallOfTraversableResolverIsReachableException
Code IndexAdd Tabnine to your IDE (free)

How to use
getErrorDuringCallOfTraversableResolverIsReachableException
method
in
org.hibernate.validator.internal.util.logging.Log

Best Java code snippets using org.hibernate.validator.internal.util.logging.Log.getErrorDuringCallOfTraversableResolverIsReachableException (Showing top 2 results out of 315)

origin: org.hibernate.validator/hibernate-validator

private boolean isReachable(ValidationContext<?> validationContext, Object traversableObject, PathImpl path, ElementType type) {
  if ( needToCallTraversableResolver( path, type ) ) {
    return true;
  }
  Path pathToObject = path.getPathWithoutLeafNode();
  try {
    return validationContext.getTraversableResolver().isReachable(
        traversableObject,
        path.getLeafNode(),
        validationContext.getRootBeanClass(),
        pathToObject,
        type
    );
  }
  catch (RuntimeException e) {
    throw LOG.getErrorDuringCallOfTraversableResolverIsReachableException( e );
  }
}
origin: org.apache.servicemix.bundles/org.apache.servicemix.bundles.hibernate-validator

private boolean isReachable(ValidationContext<?> validationContext, Object traversableObject, PathImpl path, ElementType type) {
  if ( needToCallTraversableResolver( path, type ) ) {
    return true;
  }
  Path pathToObject = path.getPathWithoutLeafNode();
  try {
    return validationContext.getTraversableResolver().isReachable(
        traversableObject,
        path.getLeafNode(),
        validationContext.getRootBeanClass(),
        pathToObject,
        type
    );
  }
  catch (RuntimeException e) {
    throw log.getErrorDuringCallOfTraversableResolverIsReachableException( e );
  }
}
org.hibernate.validator.internal.util.loggingLoggetErrorDuringCallOfTraversableResolverIsReachableException

Popular methods of Log

  • getInvalidRegularExpressionException
  • getInvalidLengthForFractionPartException
  • getInvalidLengthForIntegerPartException
  • getLengthCannotBeNegativeException
  • getMaxCannotBeNegativeException
  • getMinCannotBeNegativeException
  • debug
  • debugf
  • errorInExpressionLanguage
  • evaluatingExpressionLanguageExpressionCausedException
  • getAnnotationDoesNotContainAParameterException
  • getAtLeastOneCustomMessageMustBeCreatedException
  • getAnnotationDoesNotContainAParameterException,
  • getAtLeastOneCustomMessageMustBeCreatedException,
  • getAtLeastOneGroupHasToBeSpecifiedException,
  • getAttemptToSpecifyAnArrayWhereSingleValueIsExpectedException,
  • getBeanClassHasAlreadyBeConfiguredViaProgrammaticApiException,
  • getBeanClassMustBePartOfRedefinedDefaultGroupSequenceException,
  • getBeanDoesNotContainConstructorException,
  • getBeanDoesNotContainMethodException,
  • getBeanDoesNotContainTheFieldException,
  • getBeanDoesNotContainThePropertyException

Popular in Java

  • Making http requests using okhttp
  • getSupportFragmentManager (FragmentActivity)
  • onRequestPermissionsResult (Fragment)
  • onCreateOptionsMenu (Activity)
  • String (java.lang)
  • System (java.lang)
    Provides access to system-related information and resources including standard input and output. Ena
  • SortedMap (java.util)
    A map that has its keys ordered. The sorting is according to either the natural ordering of its keys
  • Executors (java.util.concurrent)
    Factory and utility methods for Executor, ExecutorService, ScheduledExecutorService, ThreadFactory,
  • Annotation (javassist.bytecode.annotation)
    The annotation structure.An instance of this class is returned bygetAnnotations() in AnnotationsAttr
  • Response (javax.ws.rs.core)
    Defines the contract between a returned instance and the runtime when an application needs to provid
  • Top plugins for Android Studio
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

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