|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IllegalArgumentException | |
---|---|
java.io | Provides for system input and output through data streams, serialization and the file system. |
java.lang | Provides classes that are fundamental to the design of the Java programming language. |
java.lang.ref | Provides reference-object classes, which support a limited degree of interaction with the garbage collector. |
java.lang.reflect | Provides classes and interfaces for obtaining reflective information about classes and objects. |
java.security | Provides the classes and interfaces for the security framework. |
javax.microedition.io | Provides a simplified mechanism for applications to use various types of I/O protocols in resource-constrained environments. |
javax.net.ssl | Provides classes for the secure socket package. |
org.davic.mpeg.sections | Provides access to MPEG-2 section filtering. |
org.dvb.user | Provides access to settings and preferences configured by the end-user. |
org.ocap.dvr | Provides extension classes and interfaces to the shared DVR APIs. |
org.ocap.dvr.storage | Provides management and representation of storage for stored media. |
org.ocap.hardware.device | Provides extension classes and interfaces related to accessing and controlling certain device parameters that are normally controlled by a device manufacturer specific application. |
org.ocap.hardware.frontpanel | Represents various aspects of front panel displays . |
org.ocap.hn | Provides interfaces and classes for representing a home network. |
org.ocap.hn.content | |
org.ocap.resource | |
org.ocap.shared.dvr | The shared DVR API for scheduling and managing recording requests. |
org.ocap.storage | The org.ocap.storage package represents storage devices. |
org.ocap.system.event | The org.ocap.system.event package defines various system events. |
org.ocap.ui | Extensions to HAVi User Interface functionality. |
Uses of IllegalArgumentException in java.io |
---|
Methods in java.io that throw IllegalArgumentException | |
---|---|
abstract boolean |
ObjectInputStream.GetField.defaulted(String name)
Return true if the named field is defaulted and has no value in this stream. |
abstract boolean |
ObjectInputStream.GetField.get(String name,
boolean val)
Get the value of the named boolean field from the persistent field. |
abstract byte |
ObjectInputStream.GetField.get(String name,
byte val)
Get the value of the named byte field from the persistent field. |
abstract char |
ObjectInputStream.GetField.get(String name,
char val)
Get the value of the named char field from the persistent field. |
abstract double |
ObjectInputStream.GetField.get(String name,
double val)
Get the value of the named double field from the persistent field. |
abstract float |
ObjectInputStream.GetField.get(String name,
float val)
Get the value of the named float field from the persistent field. |
abstract int |
ObjectInputStream.GetField.get(String name,
int val)
Get the value of the named int field from the persistent field. |
abstract long |
ObjectInputStream.GetField.get(String name,
long val)
Get the value of the named long field from the persistent field. |
abstract Object |
ObjectInputStream.GetField.get(String name,
Object val)
Get the value of the named Object field from the persistent field. |
abstract short |
ObjectInputStream.GetField.get(String name,
short val)
Get the value of the named short field from the persistent field. |
Uses of IllegalArgumentException in java.lang |
---|
Subclasses of IllegalArgumentException in java.lang | |
---|---|
class |
IllegalThreadStateException
Thrown to indicate that a thread is not in an appropriate state for the requested operation. |
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. |
Uses of IllegalArgumentException in java.lang.ref |
---|
Methods in java.lang.ref that throw IllegalArgumentException | |
---|---|
Reference |
ReferenceQueue.remove(long timeout)
Removes the next reference object in this queue, blocking until either one becomes available or the given timeout period expires. |
Uses of IllegalArgumentException in java.lang.reflect |
---|
Methods in java.lang.reflect that throw IllegalArgumentException | |
---|---|
Object |
Field.get(Object obj)
Returns the value of the field represented by this Field , on
the specified object. |
static Object |
Array.get(Object array,
int index)
Returns the value of the indexed component in the specified array object. |
boolean |
Field.getBoolean(Object obj)
Gets the value of a static or instance boolean field. |
static boolean |
Array.getBoolean(Object array,
int index)
Returns the value of the indexed component in the specified array object, as a boolean . |
byte |
Field.getByte(Object obj)
Gets the value of a static or instance byte field. |
static byte |
Array.getByte(Object array,
int index)
Returns the value of the indexed component in the specified array object, as a byte . |
char |
Field.getChar(Object obj)
Gets the value of a static or instance field of type char or of another primitive type convertible to
type char via a widening conversion. |
static char |
Array.getChar(Object array,
int index)
Returns the value of the indexed component in the specified array object, as a char . |
double |
Field.getDouble(Object obj)
Gets the value of a static or instance field of type double or of another primitive type convertible to
type double via a widening conversion. |
static double |
Array.getDouble(Object array,
int index)
Returns the value of the indexed component in the specified array object, as a double . |
float |
Field.getFloat(Object obj)
Gets the value of a static or instance field of type float or of another primitive type convertible to
type float via a widening conversion. |
static float |
Array.getFloat(Object array,
int index)
Returns the value of the indexed component in the specified array object, as a float . |
int |
Field.getInt(Object obj)
Gets the value of a static or instance field of type int or of another primitive type convertible to
type int via a widening conversion. |
static int |
Array.getInt(Object array,
int index)
Returns the value of the indexed component in the specified array object, as an int . |
static InvocationHandler |
Proxy.getInvocationHandler(Object proxy)
Returns the invocation handler for the specified proxy instance. |
static int |
Array.getLength(Object array)
Returns the length of the specified array object, as an int . |
long |
Field.getLong(Object obj)
Gets the value of a static or instance field of type long or of another primitive type convertible to
type long via a widening conversion. |
static long |
Array.getLong(Object array,
int index)
Returns the value of the indexed component in the specified array object, as a long . |
static Class |
Proxy.getProxyClass(ClassLoader loader,
Class[] interfaces)
Returns the java.lang.Class object for a proxy class
given a class loader and an array of interfaces. |
short |
Field.getShort(Object obj)
Gets the value of a static or instance field of type short or of another primitive type convertible to
type short via a widening conversion. |
static short |
Array.getShort(Object array,
int index)
Returns the value of the indexed component in the specified array object, as a short . |
Object |
Method.invoke(Object obj,
Object[] args)
Invokes the underlying method represented by this Method
object, on the specified object with the specified parameters. |
static Object |
Array.newInstance(Class componentType,
int[] dimensions)
Creates a new array with the specified component type and dimensions. |
Object |
Constructor.newInstance(Object[] initargs)
Uses the constructor represented by this Constructor object to
create and initialize a new instance of the constructor's
declaring class, with the specified initialization parameters. |
static Object |
Proxy.newProxyInstance(ClassLoader loader,
Class[] interfaces,
InvocationHandler h)
Returns an instance of a proxy class for the specified interfaces that dispatches method invocations to the specified invocation handler. |
static void |
Array.set(Object array,
int index,
Object value)
Sets the value of the indexed component of the specified array object to the specified new value. |
void |
Field.set(Object obj,
Object value)
Sets the field represented by this Field object on the
specified object argument to the specified new value. |
void |
Field.setBoolean(Object obj,
boolean z)
Sets the value of a field as a boolean on the specified object. |
static void |
Array.setBoolean(Object array,
int index,
boolean z)
Sets the value of the indexed component of the specified array object to the specified boolean value. |
void |
Field.setByte(Object obj,
byte b)
Sets the value of a field as a byte on the specified object. |
static void |
Array.setByte(Object array,
int index,
byte b)
Sets the value of the indexed component of the specified array object to the specified byte value. |
void |
Field.setChar(Object obj,
char c)
Sets the value of a field as a char on the specified object. |
static void |
Array.setChar(Object array,
int index,
char c)
Sets the value of the indexed component of the specified array object to the specified char value. |
void |
Field.setDouble(Object obj,
double d)
Sets the value of a field as a double on the specified object. |
static void |
Array.setDouble(Object array,
int index,
double d)
Sets the value of the indexed component of the specified array object to the specified double value. |
void |
Field.setFloat(Object obj,
float f)
Sets the value of a field as a float on the specified object. |
static void |
Array.setFloat(Object array,
int index,
float f)
Sets the value of the indexed component of the specified array object to the specified float value. |
void |
Field.setInt(Object obj,
int i)
Sets the value of a field as an int on the specified object. |
static void |
Array.setInt(Object array,
int index,
int i)
Sets the value of the indexed component of the specified array object to the specified int value. |
static void |
Array.setLong(Object array,
int index,
long l)
Sets the value of the indexed component of the specified array object to the specified long value. |
void |
Field.setLong(Object obj,
long l)
Sets the value of a field as a long on the specified object. |
static void |
Array.setShort(Object array,
int index,
short s)
Sets the value of the indexed component of the specified array object to the specified short value. |
void |
Field.setShort(Object obj,
short s)
Sets the value of a field as a short on the specified object. |
Uses of IllegalArgumentException in java.security |
---|
Subclasses of IllegalArgumentException in java.security | |
---|---|
class |
InvalidParameterException
This exception, designed for use by the JCA/JCE engine classes, is thrown when an invalid parameter is passed to a method. |
Uses of IllegalArgumentException in javax.microedition.io |
---|
Methods in javax.microedition.io that throw IllegalArgumentException | |
---|---|
int |
SocketConnection.getSocketOption(byte option)
Get a socket option for the connection. |
void |
SocketConnection.setSocketOption(byte option,
int value)
Set a socket option for the connection. |
Uses of IllegalArgumentException in javax.net.ssl |
---|
Methods in javax.net.ssl that throw IllegalArgumentException | |
---|---|
void |
SSLSessionContext.setSessionCacheSize(int size)
Sets the size of the cache used for storing SSLSession objects grouped under this
SSLSessionContext . |
void |
SSLSessionContext.setSessionTimeout(int seconds)
Sets the timeout limit for SSLSession objects grouped
under this SSLSessionContext . |
Uses of IllegalArgumentException in org.davic.mpeg.sections |
---|
Methods in org.davic.mpeg.sections that throw IllegalArgumentException | |
---|---|
void |
SectionFilter.setTimeOut(long milliseconds)
Sets the time-out for this section filter. |
Uses of IllegalArgumentException in org.dvb.user |
---|
Constructors in org.dvb.user that throw IllegalArgumentException | |
---|---|
GeneralPreference(String name)
Constructs a GeneralPreference object. |
Uses of IllegalArgumentException in org.ocap.dvr |
---|
Methods in org.ocap.dvr that throw IllegalArgumentException | |
---|---|
abstract RecordingRequest |
OcapRecordingManager.record(RecordingSpec source,
String[] keys,
Serializable[] appData)
Records the stream or streams according to the source parameter. |
abstract void |
BufferingRequest.setService(Service service)
Sets the Service this request is attempting to buffer. |
Constructors in org.ocap.dvr that throw IllegalArgumentException | |
---|---|
OcapRecordingProperties(byte bitRate,
long expirationPeriod,
int retentionPriority,
byte priorityFlag,
ExtendedFileAccessPermissions access,
String organization,
MediaStorageVolume destination)
Constructs an immutable instance of OcapRecordingProperties
with the specified attributes. |
|
OcapRecordingProperties(byte bitRate,
long expirationPeriod,
int retentionPriority,
byte priorityFlag,
ExtendedFileAccessPermissions access,
String organization,
MediaStorageVolume destination,
int resourcePriority)
Constructs an immutable instance of OcapRecordingProperties
with the specified attributes. |
Uses of IllegalArgumentException in org.ocap.dvr.storage |
---|
Methods in org.ocap.dvr.storage that throw IllegalArgumentException | |
---|---|
MediaStorageVolume |
MediaStorageOption.allocateMediaVolume(String name,
ExtendedFileAccessPermissions fap)
Allocates a MediaStorageVolume . |
void |
MediaStorageOption.initialize(long mediafsSize)
Initializes the storage device so that the there are at least mediafsSize bytes available for MEDIAFS use. |
Uses of IllegalArgumentException in org.ocap.hardware.device |
---|
Methods in org.ocap.hardware.device that throw IllegalArgumentException | |
---|---|
void |
AudioOutputPort.setCompression(int compression)
Set the compression level of the audio device. |
void |
AudioOutputPort.setEncoding(int encoding)
Set the desired encoding format for digital audio output for this audio device. |
void |
AudioOutputPort.setStereoMode(int mode)
Set the stereo mode of the audio device. |
Uses of IllegalArgumentException in org.ocap.hardware.frontpanel |
---|
Methods in org.ocap.hardware.frontpanel that throw IllegalArgumentException | |
---|---|
void |
FrontPanelManager.releaseIndicator(String indicator)
Releases a front panel indicator from a previous reservation. |
boolean |
FrontPanelManager.reserveIndicator(ResourceClient resourceClient,
String indicator)
Reserves one of the indicators for exclusive use by an application. |
void |
BrightSpec.setBrightness(int brightness)
Sets the brightness of the indicator. |
void |
ColorSpec.setColor(byte color)
Sets the color of this indicator. |
Uses of IllegalArgumentException in org.ocap.hn |
---|
Methods in org.ocap.hn that throw IllegalArgumentException | |
---|---|
NetActionRequest |
ContentManagementModule.copy(Locator source,
Locator dest,
NetActionHandler handler)
Copies a file or a recorded service from one device to another. |
NetActionRequest |
ContentManagementModule.delete(Locator target,
NetActionHandler handler)
Deletes a file or a recorded service on a remote device. |
NetActionRequest |
ContentManagementModule.move(Locator source,
Locator dest,
NetActionHandler handler)
Moves a file or a recorded service from one device to another. |
Uses of IllegalArgumentException in org.ocap.hn.content |
---|
Methods in org.ocap.hn.content that throw IllegalArgumentException | |
---|---|
abstract void |
ContentDatabase.addNewContentContainer(String name,
ContentContainer parent,
ExtendedFileAccessPermissions efap)
Adds a new empty local ContentContainer to this database. |
abstract NetActionRequest |
ContentDatabase.requestEntries(ContentServer server,
ContentContainer parent,
int startingIndex,
int requestedCount,
ContentContainer container,
String searchCriteria,
NetActionHandler handler)
Requests a search of the remote ContentServer which results in the creation of a ContentList . |
NetActionRequest |
ContentContainer.requestNewEntry(ContentEntry entry,
ContentServer server,
NetActionHandler handler)
Requests a ContentEntry be created and added to a Container in a remote server. |
Uses of IllegalArgumentException in org.ocap.resource |
---|
Methods in org.ocap.resource that throw IllegalArgumentException | |
---|---|
void |
ResourceContentionManager.setWarningPeriod(int warningPeriod)
Sets the warning period used by the implementation to determine when to call the resourceContentionWarning method in a registered ResourceContentionHandler . |
Uses of IllegalArgumentException in org.ocap.shared.dvr |
---|
Methods in org.ocap.shared.dvr that throw IllegalArgumentException | |
---|---|
abstract RecordingRequest |
RecordingManager.getRecordingRequest(int id)
Look up a recording request from the identifier. |
abstract RecordingRequest |
RecordingManager.record(RecordingSpec source)
Requests the recording of the stream or streams according to the source parameter. |
Constructors in org.ocap.shared.dvr that throw IllegalArgumentException | |
---|---|
ServiceContextRecordingSpec(ServiceContext serviceContext,
Date startTime,
long duration,
RecordingProperties properties)
Constructor |
|
ServiceRecordingSpec(Service source,
Date startTime,
long duration,
RecordingProperties properties)
Constructor. |
Uses of IllegalArgumentException in org.ocap.storage |
---|
Methods in org.ocap.storage that throw IllegalArgumentException | |
---|---|
abstract void |
StorageManager.addStorageManagerListener(StorageManagerListener listener)
Adds a listener to receive StorageManagerEvents when a storage proxy is added, removed or changes state. |
abstract void |
StorageManager.removeStorageManagerListener(StorageManagerListener listener)
Removes a listener so that it no longer receives StorageManagerEvents when storage proxies change. |
Uses of IllegalArgumentException in org.ocap.system.event |
---|
Methods in org.ocap.system.event that throw IllegalArgumentException | |
---|---|
abstract void |
SystemEventManager.log(SystemEvent event)
Logs an event. |
abstract void |
SystemEventManager.setEventListener(int type,
SystemEventListener sel)
Set the system event listener specified by type and the new handler. |
Constructors in org.ocap.system.event that throw IllegalArgumentException | |
---|---|
DeferredDownloadEvent(int typeCode)
System event constructor assigns an eventId, Date, and ApplicationIdentifier. |
|
ErrorEvent(int typeCode,
String message)
Class constructor specifying the event type code and readable message. |
|
ErrorEvent(int typeCode,
Throwable throwable)
Class constructor specifying the event type code, and throwable condition. |
|
RebootEvent(int typeCode,
String message)
System event constructor assigns an eventId, Date, and ApplicationIdentifier. |
|
ResourceDepletionEvent(int typeCode,
String message)
System event constructor assigns an eventId, Date, and ApplicationIdentifier. |
Uses of IllegalArgumentException in org.ocap.ui |
---|
Methods in org.ocap.ui that throw IllegalArgumentException | |
---|---|
void |
MultiScreenConfigurableContext.addAudioSources(HScreenDevice[] devices,
boolean mixWithAudioFocus)
Add audio source(s) for this screen. |
boolean |
MultiScreenConfigurableContext.checkServiceContextCompatibility(ServiceContext context)
Test compatibility of service context with screen. |
Object[] |
MultiScreenConfigurableContext.getDiscreteParameterSpace(int parameter)
Obtain the discrete, (sub)set of values of of the value type space of a configurable parameter. |
MultiScreenConfiguration[] |
MultiScreenContext.getMultiScreenConfigurations(String screenConfigurationType)
Obtain per-display multiscreen configurations of a specific type associated with this display screen. |
int |
MultiScreenContext.getZOrder(HScreenDevice device)
Obtain screen device z-order within this screen. |
boolean |
MultiScreenConfigurableContext.hasDiscreteParameterSpace(int parameter)
Determine if a supported configurable parameter has a discrete or continuously variable value space. |
void |
MultiScreenManager.moveServiceContexts(HScreen src,
HScreen dst,
ServiceContext[] contexts)
Atomically move a set of specific service context from one HScreen instance to another HScreen
instance. |
void |
MultiScreenConfigurableContext.removeAudioSources(HScreenDevice[] devices)
Remove audio source(s) for this screen. |
void |
MultiScreenConfigurableContext.removeOutputPorts(VideoOutputPort[] ports)
Remove video output port(s) to which screen is mapped. |
void |
MultiScreenManager.removePlayerScreenDevices(Player player,
HScreenDevice[] devices)
Remove screen device(s) from a media player. |
void |
MultiScreenConfigurableContext.removeServiceContexts(ServiceContext[] contexts)
Remove service context(s) from screen. |
void |
MultiScreenConfigurableContext.requestMultiScreenConfigurationChange(MultiScreenConfiguration configuration,
Dictionary serviceContextAssociations)
Request that the currently active multiscreen configuration for this display screen be changed. |
void |
MultiScreenConfiguration.setDefaultServiceContextScreen(HScreen screen)
Set the default service context association screen of this configuration. |
void |
MultiScreenConfigurableContext.setMultiScreenConfiguration(MultiScreenConfiguration configuration,
Dictionary serviceContextAssociations)
Set currently active multiscreen configuration for this display screen (i.e., choose among the set of subsets of logical screens that may be associated with this display screen at a given time). |
void |
MultiScreenConfigurableContext.setZOrder(HScreenDevice[] devices)
Set the screen device z-order within this screen for a set of screen devices. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |