Package | Description |
---|---|
net.java.truecommons.shed |
Hosts small but useful tools and utilities that didn't fit anywhere else.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractExceptionBuilder<I extends Throwable,O extends Throwable>
Abstract implementation of an exception builder.
|
class |
PriorityExceptionBuilder<X extends Throwable>
Assembles an
Exception from one or more input exceptions by
suppressing all but the
first input exception with the highest priority. |
class |
SuppressedExceptionBuilder<X extends Throwable>
Assembles an
Exception from one or more input exceptions by
suppressing all but the
first input exception. |
Copyright © 2012–2015 Schlichtherle IT Services. All rights reserved.