public class HConfigurationException extends Exception
HScreenConfiguration that cannot
be satisfied -- either because the HScreenConfiguration does not
have the functionality, or because the requested HScreenConfiguration is otherwise
invalid, e.g. it is an HScreenConfiguration due to a different HScreenDevice than the one it is being
applied to.
| Parameter | Description | Default value | Set method | Get method |
|---|---|---|---|---|
| message | Message explaining why the exception was thrown | null | - | java.lang.Throwable#getMessage |
| Description | Default value | Set method | Get method |
|---|---|---|---|
| None. | |||
| Constructor and Description |
|---|
HConfigurationException()
Creates an HConfigurationException object.
|
HConfigurationException(String message)
Creates an HConfigurationException object with a specified
reason string.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic HConfigurationException()
public HConfigurationException(String message)
message - the reason why the exception was raisedCopyright © 2012 code4tv.com. All Rights Reserved.