codesimian
Class NeedLiquid.Failed
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
codesimian.NeedLiquid
codesimian.NeedLiquid.Failed
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Runnable
- Enclosing class:
- NeedLiquid
public static class NeedLiquid.Failed
- extends NeedLiquid
needed a certain amount and name of Liquid, but could not get it,
and it is too late to pay that now.
Some NeedLiquids have a Runnable to continue execution once paid, but not this one.
TODO: merge NeedLiquid, NeedLiquid.Failed, NeedLiquids, and NeedLiquids.Failed
into 1 class: NeedLiquids, which should extend a new class: Need
- See Also:
- Serialized Form
Constructor Summary |
NeedLiquid.Failed(java.lang.String liquidName,
double needThisMuchMoreLiquid)
|
Method Summary |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
NeedLiquid.Failed
public NeedLiquid.Failed(java.lang.String liquidName,
double needThisMuchMoreLiquid)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Throwable