|
||||||||||
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.HInvalidLookException
public class HInvalidLookException
An HInvalidLookException is an exception that is thrown when a
particular 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 Summary | |
---|---|
HInvalidLookException()
Creates an HInvalidLookException object. |
|
HInvalidLookException(java.lang.String message)
Creates an HInvalidLookException object with a specified reason string. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public HInvalidLookException()
public HInvalidLookException(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 |