Package com.vladium.util.exception

Interface Summary
ICodedException TODO: javadoc This interface is implemented by AbstractException and AbstractRuntimeException to provide a common interface for accessing error codes.
IThrowableWrapper TODO: javadoc Any exception that wraps around another exception and wishes to be fully inspectable by ExceptionCommon should implement this interface.
 

Class Summary
ExceptionCommon TODO: javadoc Based on code published by me in JavaPro, 2002.
Exceptions  
 

Exception Summary
AbstractException Based on code published by me in JavaPro, 2002.
AbstractRuntimeException Based on code published by me in JavaPro, 2002.