public class JDOMException
extends java.lang.Exception
Constructor and Description |
---|
JDOMException()
This will create an
Exception . |
JDOMException(java.lang.String message)
This will create an
Exception with the given message. |
JDOMException(java.lang.String message,
java.lang.Throwable cause)
This will create an
Exception with the given message
and wrap another Exception . |
public JDOMException()
Exception
.public JDOMException(java.lang.String message)
Exception
with the given message.message
- String
message indicating
the problem that occurred.public JDOMException(java.lang.String message, java.lang.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 © 2021 Jason Hunter, Brett McLaughlin. All Rights Reserved.