doc.com.mcdermottroe.exemplar.manual
Class CreateManual.CreateManualException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
doc.com.mcdermottroe.exemplar.manual.CreateManual.CreateManualException
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- CreateManual
private static class CreateManual.CreateManualException
- extends RuntimeException
The "error handling" in this mini-program is done by throwing one of
these.
- Since:
- 0.1
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
CreateManual.CreateManualException
private CreateManual.CreateManualException(String message)
- Create an exception with a
String describing the problem.
- Parameters:
message - The message for the exception.
CreateManual.CreateManualException
private CreateManual.CreateManualException(Throwable t)
- Create an exception from the
Throwable that caused the
problem.
- Parameters:
t - The Throwable that caused this Exception