You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Ole10NativeException.java 178B

1234567
  1. package org.apache.poi.poifs.filesystem;
  2. public class Ole10NativeException extends Exception {
  3. public Ole10NativeException(String message) {
  4. super(message);
  5. }
  6. }