public class HMatteException extends HUIException
HMatteException is an
exception that is thrown when a Component is unable to support the
desired HMatte effect.
| 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. | |||
HMatteLayer,
Serialized Form| Constructor and Description |
|---|
HMatteException()
Creates an HMatteException object.
|
HMatteException(String message)
Creates an HMatteException object with a specified
reason string.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic HMatteException()
public HMatteException(String message)
message - the reason why the exception was raisedCopyright © 2012 code4tv.com. All Rights Reserved.