|
|||||||||||||||||||
30 day Evaluation Version distributed via the Maven Jar Repository. Clover is not free. You have 30 days to evaluate it. Please visit http://www.thecortex.net/clover to obtain a licensed version of Clover | |||||||||||||||||||
Source file | Conditionals | Statements | Methods | TOTAL | |||||||||||||||
PicoException.java | - | - | - | - |
|
1 |
package org.picocontainer;
|
|
2 |
|
|
3 |
/**
|
|
4 |
* Superclass for all Exceptions in PicoContainer for lazy people
|
|
5 |
* who want to catch only one Exception type.
|
|
6 |
*
|
|
7 |
* @author Aslak Hellesøy
|
|
8 |
* @version $Revision: 1.1 $
|
|
9 |
*/
|
|
10 |
public abstract class PicoException extends Exception { |
|
11 |
} |
|
12 |
|
|