public class InvalidParameterException extends IllegalArgumentException
| Constructor and Description |
|---|
InvalidParameterException()
Constructs an InvalidParameterException with no detail message.
|
InvalidParameterException(String msg)
Constructs an InvalidParameterException with the specified
detail message.
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InvalidParameterException()
public InvalidParameterException(String msg)
msg - the detail message.Copyright © 2013 CableLabs. All rights reserved.