public class PuffinUserException extends Exception
Constructor and Description |
---|
PuffinUserException(IOException exception)
Creates a PuffinPlot user exception wrapping the supplied exception.
|
PuffinUserException(String message)
Creates a PuffinPlot user exception with the specified message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public PuffinUserException(String message)
message
- the message to use for the new exceptionpublic PuffinUserException(IOException exception)
exception
- the exception to wrapCopyright © 2022. All rights reserved.