public class JDOMException extends Exception
Constructor and Description |
---|
JDOMException()
This will create an
Exception . |
JDOMException(String message)
This will create an
Exception with the given message. |
JDOMException(String message,
Throwable cause)
This will create an
Exception with the given message
and wrap another Exception . |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public JDOMException()
Exception
.public JDOMException(String message)
Exception
with the given message.message
- String
message indicating
the problem that occurred.public JDOMException(String message, Throwable cause)
Exception
with the given message
and wrap another Exception
. This is useful when
the originating Exception
should be held on to.message
- String
message indicating
the problem that occurred.cause
- Throwable
that caused this
to be thrown.Copyright ? 2016 Jason Hunter, Brett McLaughlin. All Rights Reserved.