com.uwyn.rife.tools.exceptions |
Provides exception classes for the general purpose utilities.
|
Java Source File Name | Type | Comment |
BeanUtilsException.java | Class | |
ClasspathUtilsErrorException.java | Class | |
CompilationFailedException.java | Class | |
ControlFlowRuntimeException.java | Interface | This is a marker interface to make it possible to throw runtime exceptions
that have to be treated as expected and 'positive'. |
ConversionException.java | Class | |
DeserializationErrorException.java | Class | |
FileUtilsErrorException.java | Class | |
LightweightError.java | Class | An error that is intended to be as lightweight as possible.
Typically, this is used for
ControlFlowRuntimeException exceptions so
that as little overhead as possible is imposed when these exceptions are
thrown. |
SerializationErrorException.java | Class | |
SerializationUtilsErrorException.java | Class | |
SourceBeanRequiredException.java | Class | |