Class MDParametersException

All Implemented Interfaces:
Serializable

@PublicAPI public class MDParametersException extends RuntimeException
MDParametersException reports all kinds of parametrization related failures.
Since:
JChem 2.0
See Also:
  • Constructor Details

    • MDParametersException

      public MDParametersException()
      Creates an exception object with a default message.
    • MDParametersException

      public MDParametersException(String msg)
      Creates an exception object with a given message.
    • MDParametersException

      public MDParametersException(String msg, Throwable cause)
      Creates an exception object with a given message and cause.