@PublicAPI public class MDReaderException extends java.lang.Exception
MDReader
classes.Constructor and Description |
---|
MDReaderException()
Creates new
MDReaderException without detailed explanation. |
MDReaderException(java.lang.String msg)
Constructs a
MDReaderException with the specified detailed
message. |
MDReaderException(java.lang.String msg,
java.lang.Throwable cause)
Constructs a
MDReaderException with the specified detailed
message and the cause |
public MDReaderException()
MDReaderException
without detailed explanation.public MDReaderException(java.lang.String msg)
MDReaderException
with the specified detailed
message.msg
- the detail message.public MDReaderException(java.lang.String msg, java.lang.Throwable cause)
MDReaderException
with the specified detailed
message and the causemsg
- the detail message.cause
- the cause