Package org.apache.padaf.preflight.contentstream

Examples of org.apache.padaf.preflight.contentstream.ContentStreamException


   *          the error code.
   * @throws ContentStreamException
   */
  protected void throwContentStreamException(String msg, String errorCode)
      throws ContentStreamException {
    ContentStreamException cex = new ContentStreamException(msg);
    cex.setValidationError(errorCode);
    throw cex;
  }
View Full Code Here

TOP

Related Classes of org.apache.padaf.preflight.contentstream.ContentStreamException

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.