|
||||||||||
| 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.talvi.puffinplot.PuffinUserException
public class PuffinUserException
An exception representing a condition which is not fatal, but which needs to be caught and reported to the user.
| Constructor Summary | |
|---|---|
PuffinUserException(java.io.IOException exception)
Creates a PuffinPlot user exception wrapping the supplied exception. |
|
PuffinUserException(java.lang.String message)
Creates a PuffinPlot user exception with the specified message. |
|
| 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 PuffinUserException(java.lang.String message)
message - the message to use for the new exceptionpublic PuffinUserException(java.io.IOException exception)
exception - the exception to wrap
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||