OcrException.java :  » UnTagged » hmcallmeter » br » hm » ocr » Android Open Source

Android Open Source » UnTagged » hmcallmeter 
hmcallmeter » br » hm » ocr » OcrException.java
package br.hm.ocr;

public class OcrException extends Exception {

  /**
   * 
   */
  private static final long serialVersionUID = 4181553430192417232L;

  public OcrException(String message, Throwable throwable){
    super(message, throwable);
  }
}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.