Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package com.sonalb

Interface Summary
IEnhancedException Allows implementing classes to contain an application-specific error code, the class and method of origin, a data Object, and any underlying (causal) Exception.
 

Class Summary
Utils Utility class containing several general-purpose methods for system-wide consumption.
 

Exception Summary
EnhancedException Convenience implementation of IEnhancedException interface, and subclass of Exception.
EnhancedIOException Convenience implementation of IEnhancedException interface, and subclass of java.io.IOException.
EnhancedRuntimeException Convenience implementation of IEnhancedException interface, and subclass of RuntimeException.