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