|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Catcher | |
|---|---|
| textbender.g.beans | Beans related code |
| textbender.g.hold | Facilities to manage holding and releasing of programmatic resources |
| textbender.g.lang | Java core related code |
| textbender.o.awt | Abstract Windowing Toolkit, related code |
| Uses of Catcher in textbender.g.beans |
|---|
| Classes in textbender.g.beans that implement Catcher | |
|---|---|
static class |
PropertyChangeListenerR.DispatchCatcher
For property event dispatchers, a catcher that treats exception-throwing listeners as disabled. |
static class |
PropertyChangeListenerR.DispatchCatcherN
For property event dispatchers, by name, a catcher that treats exception-throwing listeners as disabled. |
| Constructors in textbender.g.beans with parameters of type Catcher | |
|---|---|
PropertyChangeListenerR.WrapperL(PropertyChangeListenerR remoteListener,
Catcher<PropertyChangeListenerR> catcher)
Creates a WrapperL. |
|
| Uses of Catcher in textbender.g.hold |
|---|
| Methods in textbender.g.hold with parameters of type Catcher | |
|---|---|
boolean |
SpoolT.unwind(Catcher<Hold> catcher)
|
boolean |
Spool0.unwind(Catcher<Hold> catcher)
Does nothing. |
boolean |
Spool1.unwind(Catcher<Hold> catcher)
|
boolean |
Spool.unwind(Catcher<Hold> catcher)
Commences to unwind this spool, removing and releasing each of its holds. |
| Uses of Catcher in textbender.g.lang |
|---|
| Classes in textbender.g.lang that implement Catcher | |
|---|---|
class |
Catcher0<S>
Null implementation of a catcher, it re-throws all errors and exceptions. |
class |
CatcherL<S>
A catcher that logs exceptions, but rethrows errors. |
class |
CatcherP<S>
A catcher that prints exceptions to the standard error stream, but rethrows errors. |
| Uses of Catcher in textbender.o.awt |
|---|
| Methods in textbender.o.awt with parameters of type Catcher | |
|---|---|
boolean |
SpoolEDT.unwind(Catcher<Hold> catcher)
|
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||