|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectThrowableHolder1
public class ThrowableHolder1
Basic implementation of a throwable holder.
| Constructor Summary | |
|---|---|
ThrowableHolder1()
Creates a ThrowableHolder1. |
|
ThrowableHolder1(Throwable throwable)
Creates a ThrowableHolder1. |
|
| Method Summary | |
|---|---|
Throwable |
getThrowable()
Returns the throwable held. |
void |
setThrowable(Throwable throwable)
Sets the throwable held. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ThrowableHolder1()
public ThrowableHolder1(Throwable throwable)
throwable - per getThrowable()| Method Detail |
|---|
public Throwable getThrowable()
getThrowable in interface ThrowableHoldersetThrowable(java.lang.Throwable)public void setThrowable(Throwable throwable)
getThrowable()
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||