Package org.apache.commons.lang3.exception

Provides functionality for Exceptions.

See: Description

Package org.apache.commons.lang3.exception Description

Provides functionality for Exceptions.

Contains the concept of an exception with context i.e. such an exception will contain a map with keys and values. This provides an easy way to pass valuable state information at exception time in useful form to a calling process.

Lastly, ExceptionUtils also contains Throwable manipulation and examination routines.

Since:
1.0
Version:
$Id: package-info.java 1558546 2014-01-15 19:38:15Z britter $

Copyright © 2001–2014 The Apache Software Foundation. All rights reserved.