Package org.aavso.tools.vstar.exception

Examples of org.aavso.tools.vstar.exception.ObservationValidationError


      strBuf.append("is less than expected: ");
      strBuf.append(minFields);
//      strBuf.append("..");
//      strBuf.append(maxFields);

      throw new ObservationValidationError(strBuf.toString());
    }

    // Remove leading and trailing quotes from quoted fields.
    for (int i = 0; i < fields.length; i++) {
      Matcher matcher = quoted.matcher(fields[i]);
View Full Code Here

TOP

Related Classes of org.aavso.tools.vstar.exception.ObservationValidationError

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.