|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectccs.cpc.impl.HurlLogic
class HurlLogic
The central location for reporting exceptions to the user. Broken out of MainLogic due to aggravation with initialisation orders of MainLogic (in its aspect as our primary Hurlable), and Model (abu VDeviceLister, which recently gain a requirement for a Hurlable to pass to DiskVDevices, which need it to report asynch exceptions during wipes.)
Constructor Summary | |
---|---|
HurlLogic(CpcImpl cpc)
|
Method Summary | |
---|---|
void |
hurl(java.lang.Throwable e)
Stuff Happened. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
HurlLogic(CpcImpl cpc)
Method Detail |
---|
public void hurl(java.lang.Throwable e)
ccs.utils.Hurlable
hurl
in interface ccs.utils.Hurlable
e
- That which happened.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |