|
SunSPOT API V3.0 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RuntimeException | |
---|---|
com.sun.spot.peripheral | Access to the hardware peripherals built in to the Sun SPOT main board. |
com.sun.spot.peripheral.radio | Support for using the Sun SPOT's radio. |
com.sun.spot.resourcesharing | The resource sharing framework exists to support people writing device drivers. |
com.sun.spot.sensorboard.io | Interfaces and concrete implmentations of classes to enable simple low-level i/o to and from the SunSPOT sensorboards. |
com.sun.squawk.util | Provides classes for basic utilities sometimes jound in JSE. |
java.lang | Provides classes that are fundamental to the Java programming language. |
java.util | Contains the collection classes, and the date and time facilities. |
Uses of RuntimeException in com.sun.spot.peripheral |
---|
Subclasses of RuntimeException in com.sun.spot.peripheral | |
---|---|
class |
SpotFatalException
This class represents all API precondition violations by client programs. |
Uses of RuntimeException in com.sun.spot.peripheral.radio |
---|
Subclasses of RuntimeException in com.sun.spot.peripheral.radio | |
---|---|
class |
MAC_InvalidParameterException
Thrown where an invalid parameter (typically attribute identifier, PAN id or channel number) is passed to an I802_15_4_MAC |
class |
PHY_InvalidParameterException
Thrown when an invalid parameter is passed to an I802_15_4_PHY |
class |
PHY_UnsupportedAttributeException
Thrown on an attempt to use an unsupported attribute using I802_15_4_PHY.plmeSet(int, int) or
I802_15_4_PHY.plmeGet(int) |
class |
RadioOffException
This exception is thrown when an attempt to write to a RadioOutputStream that implies a multi-hop send fails because the radio receiver is turned off (it fails because for a multi-hop send, the radio must receive a mesh ACK). |
Uses of RuntimeException in com.sun.spot.resourcesharing |
---|
Subclasses of RuntimeException in com.sun.spot.resourcesharing | |
---|---|
class |
ResourceSharingException
A problem has occurred during a resource sharing operation. |
Uses of RuntimeException in com.sun.spot.sensorboard.io |
---|
Subclasses of RuntimeException in com.sun.spot.sensorboard.io | |
---|---|
class |
IOPinException
|
Uses of RuntimeException in com.sun.squawk.util |
---|
Subclasses of RuntimeException in com.sun.squawk.util | |
---|---|
class |
UnexpectedException
|
Uses of RuntimeException in java.lang |
---|
Subclasses of RuntimeException in java.lang | |
---|---|
class |
ArithmeticException
Thrown when an exceptional arithmetic condition has occurred. |
class |
ArrayIndexOutOfBoundsException
Thrown to indicate that an array has been accessed with an illegal index. |
class |
ArrayStoreException
Thrown to indicate that an attempt has been made to store the wrong type of object into an array of objects. |
class |
ClassCastException
Thrown to indicate that the code has attempted to cast an object to a subclass of which it is not an instance. |
class |
IllegalArgumentException
Thrown to indicate that a method has been passed an illegal or inappropriate argument. |
class |
IllegalMonitorStateException
Thrown to indicate that a thread has attempted to wait on an object's monitor or to notify other threads waiting on an object's monitor without owning the specified monitor. |
class |
IllegalStateException
Signals that a method has been invoked at an illegal or inappropriate time. |
class |
IllegalThreadStateException
Thrown to indicate that a thread is not in an appropriate state for the requested operation. |
class |
IndexOutOfBoundsException
Thrown to indicate that an index of some sort (such as to an array, to a string, or to a vector) is out of range. |
class |
NegativeArraySizeException
Thrown if an application tries to create an array with negative size. |
class |
NullPointerException
Thrown when an application attempts to use null in a
case where an object is required. |
class |
NumberFormatException
Thrown to indicate that the application has attempted to convert a string to one of the numeric types, but that the string does not have the appropriate format. |
class |
SecurityException
Thrown by the security manager to indicate a security violation. |
class |
StringIndexOutOfBoundsException
Thrown by the charAt method in class
String and by other String
methods to indicate that an index is either negative or greater
than or equal to the size of the string. |
Uses of RuntimeException in java.util |
---|
Subclasses of RuntimeException in java.util | |
---|---|
class |
EmptyStackException
Thrown by methods in the Stack class to indicate
that the stack is empty. |
class |
NoSuchElementException
Thrown by the nextElement method of an
Enumeration to indicate that there are no more
elements in the enumeration. |
|
SunSPOT API V3.0 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |