|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.erights.e.elib.slot.RuinedSlot
Untamed: A ruined slot responds to both getValue() and setValue by throwing the problem that explains why it's ruined.
Field Summary | |
private Throwable |
myProblem
|
Constructor Summary | |
RuinedSlot(Throwable problem)
Enabled: |
Method Summary | |
void |
__printOn(TextWriter out)
Enabled: |
Object |
getValue()
Enabled: |
void |
setValue(Object newValue)
Enabled: |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private final Throwable myProblem
Constructor Detail |
public RuinedSlot(Throwable problem)
Method Detail |
public Object getValue()
getValue
in interface Slot
public void setValue(Object newValue)
setValue
in interface Slot
public void __printOn(TextWriter out) throws IOException
IOException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |