first commit
This commit is contained in:
7
hrmsEjb/jxl/write/biff/RowsExceededException.java
Normal file
7
hrmsEjb/jxl/write/biff/RowsExceededException.java
Normal file
@@ -0,0 +1,7 @@
|
||||
package jxl.write.biff;
|
||||
|
||||
public class RowsExceededException extends JxlWriteException {
|
||||
public RowsExceededException() {
|
||||
super(maxRowsExceeded);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user