public class ModelParameterException extends RuntimeException
Constructor and Description |
---|
ModelParameterException()
Constructs a
ModelParameterException with null
as its error message string. |
ModelParameterException(String s)
Constructs a
ModelParameterException , saving a reference
to the error message string s for later retrieval by the
getMessage method. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ModelParameterException()
ModelParameterException
with null
as its error message string.public ModelParameterException(String s)
ModelParameterException
, saving a reference
to the error message string s for later retrieval by the
getMessage method.s
- the detail message.Copyright © 2015 University of Glasgow. All rights reserved.