doc.com.mcdermottroe.exemplar.manual
Class CreateManual.CreateManualException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
private CreateManual.CreateManualException(String message)
          Create an exception with a String describing the problem.
private CreateManual.CreateManualException(Throwable t)
          Create an exception from the Throwable that caused the problem.
 
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

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