|
||||||||||
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.HConfigurationException
public class HConfigurationException
Thrown when an application requests an HScreenConfiguration
that cannot
be satisfied -- either because the HScreenConfiguration
does not
have the functionality, or because the requested HScreenConfiguration
is otherwise
invalid, e.g. it is an HScreenConfiguration
due to a different HScreenDevice
than the one it is being
applied to.
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 | |
---|---|
HConfigurationException()
Creates an HConfigurationException object. |
|
HConfigurationException(java.lang.String message)
Creates an HConfigurationException object with a specified reason string. |
Method Summary |
---|
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 |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public HConfigurationException()
public HConfigurationException(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 |