Package com.f1j.util

Interface Summary
ChangeListener this interface provides notifications when a change occurs.
CodePageConstants An interface defining code page constants for use in various classes.
Format Deprecated.  
FormatBase The Format Base interface.
Lockable Implemented by objects that support locking.
NumberFormat The Number Format interface.
 

Class Summary
Group this is the low-level class for a group.
NumberFormat.EFormat Format enumeration
NumberFormat.EProperty Number format property enumeration
 

Exception Summary
AccessDeniedException This class document security exceptions.
CanceledException The operation was canceled by the user.
ClipboardDataException Signals that there is no suitable clipboard data for the requested operation.
DataConflictException This exception indicates that the requested operation would conflict with existing data in the document.
DeletedObjectException The operation cannot be performed because the object has been deleted.
F1Exception This is the e.Spreadsheet Exception class.
F1NumberFormatException The number format is invalid.
F1PrintException An error occurred while printing.
F1UnsupportedOperationException The object does not implement the requested operation.
InvalidArgumentException Thrown to indicate that a method has been passed an invalid argument.
InvalidDataException The operation could not be completed due to incompatible or corrupt data.
InvalidFileException The file could not be opened because it is corrupt or is an unknown or unsupported format.
InvalidStateException Signals that a method has been invoked at an illegal or inappropriate time.
RecoverableFileException This exception is thrown when a file reading method determines that a file is corrupt but that its data might be recoverable, or partially recoverable.
SelectionException The size, shape, or count of the current selection is not compatible with the requested operation.
UnsupportedFeatureException Indicates that the requested feature is not supported.
 

Error Summary
F1InternalError Thrown to indicate that an unexpected internal error has occurred in the e.Spreadsheet Engine.