org.havi.ui
Class HConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.havi.ui.HConfigurationException
- All Implemented Interfaces:
- java.io.Serializable
public class HConfigurationException
- extends java.lang.Exception
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.
The parameters to the constructors are as follows, in cases where
parameters are not used, then the constructor should use the default
values.
Default parameter values exposed in the constructors
Parameter | Description | Default value |
Set method | Get method |
message | Message explaining why the exception was thrown |
null | - | java.lang.Throwable#getMessage |
Default parameter values not exposed in the constructors
Description | Default value | Set method |
Get method |
None. |
- See Also:
- Serialized Form
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 |
HConfigurationException
public HConfigurationException()
- Creates an HConfigurationException object. See the class
description for details of constructor parameters and default
values.
HConfigurationException
public HConfigurationException(java.lang.String message)
- Creates an HConfigurationException object with a specified
reason string.
- Parameters:
message
- the reason why the exception was raised