| 
 | " 2013 FRC Java API" | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RuntimeException | |
|---|---|
| com.ni.rio | |
| com.sun.squawk | Provides classes for low level interactions with the Squawk VM. | 
| com.sun.squawk.debugger | |
| com.sun.squawk.io.j2me.file | |
| com.sun.squawk.pragma | |
| com.sun.squawk.realtime | Provides classes for native memory access based on the javax.realtime package. | 
| com.sun.squawk.security | Provides classes for basic signing of binary data. | 
| com.sun.squawk.util | Provides classes for basic utilities sometimes found in JSE (LineReader, unsynchronized Vectors, Math utilities, etc.) | 
| edu.wpi.first.wpilibj | The WPI Robotics library (WPILibJ) is a set of Java classes that interfaces to the hardware in the FRC control system and your robot. | 
| edu.wpi.first.wpilibj.can | |
| edu.wpi.first.wpilibj.command | |
| edu.wpi.first.wpilibj.networktables | |
| edu.wpi.first.wpilibj.networktables2 | |
| edu.wpi.first.wpilibj.tables | |
| edu.wpi.first.wpilibj.util | Provides classes for utility robotics programming. | 
| java.lang | MID Profile Language Classes included from Java 2 Standard Edition. | 
| java.util | Contains the collection classes, and the date and time facilities. | 
| Uses of RuntimeException in com.ni.rio | 
|---|
| Subclasses of RuntimeException in com.ni.rio | |
|---|---|
| static class | NiRioStatus.FatalStatusException | 
| Uses of RuntimeException in com.sun.squawk | 
|---|
| Subclasses of RuntimeException in com.sun.squawk | |
|---|---|
|  class | IllegalStoreExceptionThrown to indicate that an attempt has been made to store a pointer from persistent memory into non-persistent memory. | 
| Uses of RuntimeException in com.sun.squawk.debugger | 
|---|
| Subclasses of RuntimeException in com.sun.squawk.debugger | |
|---|---|
| static class | JDWPListener.QuitExceptionA QuitException is thrown by #waitForCommandand#waitForReplyif this listener quits before receving the relevant packet. | 
| Uses of RuntimeException in com.sun.squawk.io.j2me.file | 
|---|
| Subclasses of RuntimeException in com.sun.squawk.io.j2me.file | |
|---|---|
|  class | ConnectionClosedExceptionThis class is defined by the JSR-75 specification PDA Optional Packages for the J2ME™ Platform | 
| Uses of RuntimeException in com.sun.squawk.pragma | 
|---|
| Subclasses of RuntimeException in com.sun.squawk.pragma | |
|---|---|
|  class | AllowInlinedPragmaAllow a method declared to throw this exception to be inlined. | 
|  class | ForceInlinedPragmaAny method declared to throw this exception will be inlined by the translator and cause a LinkageError if it can't be inlined. | 
|  class | HostedPragmaAny method declared to throw this exception is only called from within a hosted environment. | 
|  class | InterpreterInvokedPragmaAny method declared to throw this exception should only be called from the interpreter or from JIT compiled code. | 
|  class | NativePragmaAny method declared to throw this exception will be turned into a native method by the translator. | 
|  class | NotInlinedPragmaAny method declared to throw this exception will never be inlined by the translator. | 
|  class | PragmaExceptionThe root of the pragma exception hierarchy. | 
|  class | ReplacementConstructorPragmaDenotes a method (that must be static) whose code replaces the body of the constructor with the same declared parameter types. | 
| Uses of RuntimeException in com.sun.squawk.realtime | 
|---|
| Subclasses of RuntimeException in com.sun.squawk.realtime | |
|---|---|
|  class | OffsetOutOfBoundsExceptionThrown if the constructor of a RawMemoryAccess, orRawMemoryFloatAccessis given an invalid address. | 
|  class | SizeOutOfBoundsExceptionThrown if the constructor of a RawMemoryAccess, orRawMemoryFloatAccessis given an invalid size or if an 
 accessor method on one of the above classes would cause access to 
 an invalid address. | 
|  class | UnsupportedPhysicalMemoryExceptionThrown when the underlying hardware does not support the type of physical memory requested from an instance of one of the physical memory or raw memory access classes. | 
| Uses of RuntimeException in com.sun.squawk.security | 
|---|
| Subclasses of RuntimeException in com.sun.squawk.security | |
|---|---|
|  class | CryptoExceptionCryptoExceptionrepresents a cryptography-related exception. | 
| Uses of RuntimeException in com.sun.squawk.util | 
|---|
| Subclasses of RuntimeException in com.sun.squawk.util | |
|---|---|
|  class | NotImplementedYetExceptionThrown to indicate that an attempt has been made to invoke code that is not yet complete. | 
|  class | UnexpectedException | 
| Methods in com.sun.squawk.util that return RuntimeException | |
|---|---|
| static RuntimeException | Assert.shouldNotReachHere()Asserts that the compiler should never reach this point. | 
| static RuntimeException | Assert.shouldNotReachHere(String msg)Asserts that the compiler should never reach this point. | 
| static RuntimeException | Assert.shouldNotReachHere(String filename,
                   int lineno) | 
| static RuntimeException | Assert.shouldNotReachHere(String msg,
                   String filename,
                   int lineno) | 
| static RuntimeException | Assert.shouldNotReachHereFatal()Asserts that the compiler should never reach this point. | 
| static RuntimeException | Assert.shouldNotReachHereFatal(String msg)Asserts that the compiler should never reach this point. | 
| static RuntimeException | Assert.shouldNotReachHereFatal(String filename,
                        int lineno) | 
| static RuntimeException | Assert.shouldNotReachHereFatal(String msg,
                        String filename,
                        int lineno) | 
| Uses of RuntimeException in edu.wpi.first.wpilibj | 
|---|
| Subclasses of RuntimeException in edu.wpi.first.wpilibj | |
|---|---|
|  class | AnalogTrigger.AnalogTriggerExceptionExceptions dealing with improper operation of the Analog trigger | 
|  class | AnalogTriggerOutput.AnalogTriggerOutputExceptionExceptions dealing with improper operation of the Analog trigger output | 
|  class | HiTechnicColorSensor.ColorSensorExceptionAn exception dealing with connecting to and communicating with the HiTechnicCompass | 
|  class | HiTechnicCompass.CompassExceptionAn exception dealing with connecting to and communicating with the HiTechnicCompass | 
| static class | Preferences.ImproperPreferenceKeyExceptionShould be thrown if a string can not be used as a key in the preferences file. | 
| static class | Preferences.IncompatibleTypeExceptionThis exception is thrown if the a value requested cannot be converted to the requested type. | 
|  class | Relay.InvalidValueExceptionThis class represents errors in trying to set relay values contradictory to the direction to which the relay is set. | 
| Uses of RuntimeException in edu.wpi.first.wpilibj.can | 
|---|
| Subclasses of RuntimeException in edu.wpi.first.wpilibj.can | |
|---|---|
|  class | CANInvalidBufferExceptionException indicating that a CAN driver library entry-point was passed an invalid buffer. | 
|  class | CANJaguarVersionExceptionException indicating that the CAN driver layer has not been initialized. | 
|  class | CANMessageNotAllowedExceptionException indicating that the Jaguar CAN Driver layer refused to send a restricted message ID to the CAN bus. | 
|  class | CANNotInitializedExceptionException indicating that the CAN driver layer has not been initialized. | 
| Uses of RuntimeException in edu.wpi.first.wpilibj.command | 
|---|
| Subclasses of RuntimeException in edu.wpi.first.wpilibj.command | |
|---|---|
|  class | IllegalUseOfCommandExceptionThis exception will be thrown if a command is used illegally. | 
| Uses of RuntimeException in edu.wpi.first.wpilibj.networktables | 
|---|
| Subclasses of RuntimeException in edu.wpi.first.wpilibj.networktables | |
|---|---|
|  class | NetworkTableKeyNotDefinedDeprecated. to provide backwards compatability for new api | 
| Uses of RuntimeException in edu.wpi.first.wpilibj.networktables2 | 
|---|
| Subclasses of RuntimeException in edu.wpi.first.wpilibj.networktables2 | |
|---|---|
|  class | TableKeyExistsWithDifferentTypeExceptionThrow to indicate that an attempt to put data to a table is illegal because the specified key exists with a different data type than the put data type. | 
| Uses of RuntimeException in edu.wpi.first.wpilibj.tables | 
|---|
| Subclasses of RuntimeException in edu.wpi.first.wpilibj.tables | |
|---|---|
|  class | TableKeyNotDefinedExceptionAn exception throw when the lookup a a key-value fails in a ITable | 
| Uses of RuntimeException in edu.wpi.first.wpilibj.util | 
|---|
| Subclasses of RuntimeException in edu.wpi.first.wpilibj.util | |
|---|---|
|  class | AllocationExceptionException indicating that the resource is already allocated | 
|  class | BoundaryExceptionThis exception represents an error in which a lower limit was set as higher than an upper limit. | 
|  class | UncleanStatusExceptionException for bad status codes from the chip object | 
| Uses of RuntimeException in java.lang | 
|---|
| Subclasses of RuntimeException in java.lang | |
|---|---|
|  class | ArithmeticExceptionThrown when an exceptional arithmetic condition has occurred. | 
|  class | ArrayIndexOutOfBoundsExceptionThrown to indicate that an array has been accessed with an illegal index. | 
|  class | ArrayStoreExceptionThrown to indicate that an attempt has been made to store the wrong type of object into an array of objects. | 
|  class | ClassCastExceptionThrown to indicate that the code has attempted to cast an object to a subclass of which it is not an instance. | 
|  class | IllegalArgumentExceptionThrown to indicate that a method has been passed an illegal or inappropriate argument. | 
|  class | IllegalMonitorStateExceptionThrown 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 | IllegalStateExceptionSignals that a method has been invoked at an illegal or inappropriate time. | 
|  class | IllegalThreadStateExceptionThrown to indicate that a thread is not in an appropriate state for the requested operation. | 
|  class | IndexOutOfBoundsExceptionThrown 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 | NegativeArraySizeExceptionThrown if an application tries to create an array with negative size. | 
|  class | NullPointerExceptionThrown when an application attempts to use nullin a 
 case where an object is required. | 
|  class | NumberFormatExceptionThrown 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 | SecurityExceptionThrown by the system to indicate a security violation. | 
|  class | StringIndexOutOfBoundsExceptionThrown by the charAtmethod in classStringand by otherStringmethods 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 | EmptyStackExceptionThrown by methods in the Stackclass to indicate 
 that the stack is empty. | 
|  class | NoSuchElementExceptionThrown by the nextElementmethod of anEnumerationto indicate that there are no more 
 elements in the enumeration. | 
| 
 | " 2013 FRC Java API" | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||