Package org.eclipse.jst.jsf.metadataprocessors.features

Examples of org.eclipse.jst.jsf.metadataprocessors.features.ELIsNotValidException


 
  /* (non-Javadoc)
   * @see org.eclipse.jst.jsf.taglibprocessing.attributevalues.ValueBindingType#getExpectedRuntimeType()
   */
  public CompositeType getExpectedRuntimeType() throws ELIsNotValidException {
    throw new ELIsNotValidException(Messages.ComponentIDType_invalid_as_el);
  }
View Full Code Here

TOP

Related Classes of org.eclipse.jst.jsf.metadataprocessors.features.ELIsNotValidException

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.