Package org.mule.registry

Examples of org.mule.registry.ValidationException


  }

    public void validate() throws ValidationException {
        // Check version number
    if (this.configuration.getVersion().doubleValue() != 1.0) {
      throw new ValidationException("version attribute should be '1.0'");
    }
    }
View Full Code Here

TOP

Related Classes of org.mule.registry.ValidationException

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.