Exceptions (package com.kryptel.exceptions)
Contents
- Introduction to the Library
- Basic support package (com.kryptel.bslx)
- Kryptel API Commons package (com.kryptel)
- Cipher package (com.kryptel.cipher)
- Compressor package (com.kryptel.compressor)
- Exceptions package (com.kryptel.exceptions)
- Hash function package (com.kryptel.hash_function)
- MAC function package (com.kryptel.mac)
- Key-related functions (com.kryptel.key)
- Silver Key engine (com.kryptel.silver_key)
- Kryptel encrypted storage (com.kryptel.storage)
Classes
The exceptions package contains the only class UserAbortException.
package com.kryptel.exceptions; public class UserAbortException extends Exception { public UserAbortException() }
The library components throw it to terminate processing by user request (for instance, when the user presses Abort dialog button).