| 
 | MIDP3.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.microedition.lcdui.DisplayCapabilityException
public class DisplayCapabilityException
Indicates that a Display's capabilities are insufficient for the requested operation.
This exception may be thrown in two types of calls. First, it is thrown by the Display on a setCurrent() if the Displayable is incompatible with the Display's capabilities. Second, it is thrown by a Displayable's methods if the relevant feature is not supported by the Displayable's current Display.
Displayable, 
Display| Constructor Summary | |
|---|---|
| DisplayCapabilityException()Constructs an exception with no specified detail message. | |
| DisplayCapabilityException(java.lang.String s)Constructs an exception with the specified detail message. | |
| Method Summary | 
|---|
| Methods inherited from class java.lang.Throwable | 
|---|
| getMessage, printStackTrace, printStackTrace, toString | 
| Methods inherited from class java.lang.Object | 
|---|
| equals, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
|---|
public DisplayCapabilityException()
public DisplayCapabilityException(java.lang.String s)
s - the detail message| 
 | MIDP3.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||