Package org.springframework.binding.mapping.results

Examples of org.springframework.binding.mapping.results.SourceAccessError


  /**
   * Indicates a error occurred accessing the source mapping expression.
   * @param error the error that occurred
   */
  public void setSourceAccessError(EvaluationException error) {
    add(new SourceAccessError(currentMapping, error));
  }
View Full Code Here


  /**
   * Indicates a error occurred accessing the source mapping expression.
   * @param error the error that occurred
   */
  public void setSourceAccessError(EvaluationException error) {
    add(new SourceAccessError(currentMapping, error));
  }
View Full Code Here

TOP

Related Classes of org.springframework.binding.mapping.results.SourceAccessError

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.