|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.havi.ui.HUIException
org.havi.ui.HMatteException
An 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 FormConstructor Summary | |
HMatteException()
Creates an HMatteException object. |
|
HMatteException(java.lang.String message)
Creates an HMatteException object with a specified reason string. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public HMatteException()
public HMatteException(java.lang.String message)
message
- the reason why the exception was raised
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |