public class MonomerLoadingException extends IOException
| Constructor and Description |
|---|
MonomerLoadingException()
Creates a new instance of
MonomerLoadingException without detail
message. |
MonomerLoadingException(String msg)
Constructs an instance of
MonomerLoadingException with the
specified detail message. |
MonomerLoadingException(String msg,
Throwable err) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MonomerLoadingException()
MonomerLoadingException without detail
message.public MonomerLoadingException(String msg)
MonomerLoadingException with the
specified detail message.msg - the detail message.Copyright © 2017. All rights reserved.