public class BadParameter extends DipException
A BadParameter exception provides a string describing the error. This is used as the Java Exception message, available via the method getMessage.
Constructor and Description |
---|
BadParameter()
Constructs a BadParameter exception.
|
BadParameter(String msg)
Constructs a BadParameter exception with the specified error message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public BadParameter(String msg)
public BadParameter()
Copyright © 2008–2017 CERN. All rights reserved.