public class HInvalidLookException extends HUIException
HLook is not compatible with
the HVisible component it has been
associated with.
| 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 |
|---|
HInvalidLookException()
Creates an HInvalidLookException object.
|
HInvalidLookException(String message)
Creates an HInvalidLookException object with a specified
reason string.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic HInvalidLookException()
public HInvalidLookException(String message)
message - the reason why the exception was raisedCopyright © 2012 code4tv.com. All Rights Reserved.