public class HUIException extends Exception
HUIException is a generic
exception that indicates that the desired user-interface mechanism
cannot be performed for some reason.
| 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 |
|---|
HUIException()
Creates an HUIException object.
|
HUIException(String message)
Creates an HUIException object with a specified
reason string.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic HUIException()
public HUIException(String message)
message - the reason why the exception was raisedCopyright © 2012 code4tv.com. All Rights Reserved.