first commit
This commit is contained in:
9
hrmsEjb/jxl/write/WriteException.java
Normal file
9
hrmsEjb/jxl/write/WriteException.java
Normal file
@@ -0,0 +1,9 @@
|
||||
package jxl.write;
|
||||
|
||||
import jxl.JXLException;
|
||||
|
||||
public abstract class WriteException extends JXLException {
|
||||
protected WriteException(String s) {
|
||||
super(s);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user