FileFormatException.java :  » Map » osmand » crosby » binary » file » Android Open Source

Android Open Source » Map » osmand 
osmand » crosby » binary » file » FileFormatException.java
package crosby.binary.file;

import java.io.IOException;

public class FileFormatException extends IOException {

  public FileFormatException(String string) {
    super(string);
  }

  /**
   * 
   */
  private static final long serialVersionUID = -8128010128748910923L;

}
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.