public class I2b2XmlException extends I2b2Exception
| Constructor and Description |
|---|
I2b2XmlException()
Default no-arg constructor
|
I2b2XmlException(String message)
Creates an exception with the given message.
|
I2b2XmlException(String message,
Throwable cause)
Creates an exception with the given message and cause to wrap.
|
I2b2XmlException(Throwable cause)
Creates an exception wrapping the given cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic I2b2XmlException()
public I2b2XmlException(String message, Throwable cause)
message - the exception's messagecause - the Throwable cause to wrappublic I2b2XmlException(String message)
message - the exception's messageCopyright © 2016 Emory University. All rights reserved.