|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
net.officefloor.demo.store.MacroRetrieveException
public class MacroRetrieveException
Indicates a failure in retrieving the Macro from the
MacroStore.
| Constructor Summary | |
|---|---|
MacroRetrieveException(java.lang.String message)
Initiate. |
|
MacroRetrieveException(java.lang.String message,
java.lang.Throwable cause)
Initiate. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MacroRetrieveException(java.lang.String message)
message - Reason.
public MacroRetrieveException(java.lang.String message,
java.lang.Throwable cause)
message - Reason.cause - Cause.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||