Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.2)

Part Number E27170-01

Uses of Class
weblogic.common.ParamSetException

Packages that use ParamSetException
weblogic.common Common classes that provide access to WebLogic Server services, rarely used in J2EE-compliant applications. 
 

Uses of ParamSetException in weblogic.common
 

Methods in weblogic.common that throw ParamSetException
 boolean ParamValue.asBoolean()
          Returns a ParamValue as a boolean.
 byte ParamValue.asByte()
          Returns a ParamValue as a byte.
 char ParamValue.asChar()
          Returns a ParamValue as a char.
 Date ParamValue.asDate()
          Returns a ParamValue as a Date.
 double ParamValue.asDouble()
          Returns a ParamValue as a double.
 float ParamValue.asFloat()
          Returns a ParamValue as a float.
 int ParamValue.asInt()
          Returns a ParamValue as a int.
 long ParamValue.asLong()
          Returns a ParamValue as a long.
 Object ParamValue.asObject()
          Returns a ParamValue as an Object.
 short ParamValue.asShort()
          Returns a ParamValue as a short.
 String ParamValue.asString()
          Returns a ParamValue as a String.
 ParamValue ParamValue.elementAt(int index)
          Used for accessing ParamValues in a Vector of ParamValues.
 boolean ParamValue.isNull(int index)
          Determines whether a ParamValue that is a vector of ParamValues is null at the specified index position.
 ParamValue ParamValue.set(ParamValue val, int index)
          Sets the value at the specified index into a Vector of ParamValues to the specified ParamValue.
 ParamValue ParamValue.set(boolean val, int index)
          Sets the value at the specified index into a Vector of ParamValues to the specified boolean.
 ParamValue ParamValue.set(short val, int index)
          Sets the value at the specified index into a Vector of ParamValues to the specified integer.
 ParamValue ParamValue.set(int val, int index)
          Sets the value at the specified index into a Vector of ParamValues to the specified int.
 ParamValue ParamValue.set(long val, int index)
          Sets the value at the specified index into a Vector of ParamValues to the specified long.
 ParamValue ParamValue.set(double val, int index)
          Sets the value at the specified index into a Vector of ParamValues to the specified double.
 ParamValue ParamValue.set(float val, int index)
          Sets the value at the specified index into a Vector of ParamValues to the specified float.
 ParamValue ParamValue.set(char val, int index)
          Sets the value at the specified index into a Vector of ParamValues to the specified char.
 ParamValue ParamValue.set(String val, int index)
          Sets the value at the specified index into a Vector of ParamValues to the specified string.
 ParamValue ParamValue.set(Date val, int index)
          Sets the value at the specified index into a Vector of ParamValues to the specified date.
 ParamValue ParamValue.set(Object val, int index)
          Sets the value at the specified index into a Vector of ParamValues to the specified Object.
 ParamValue ParamValue.set(ParamValue val)
          Sets the value of a ParamValue to a ParamValue.
 ParamValue ParamValue.set(boolean val)
          Sets the value of a ParamValue to a boolean.
 ParamValue ParamValue.set(int val)
          Sets the value of a ParamValue to an int.
 ParamValue ParamValue.set(short val)
          Sets the value of a ParamValue to a short.
 ParamValue ParamValue.set(byte val)
          Sets the value of a ParamValue to a byte.
 ParamValue ParamValue.set(long val)
          Sets the value of a ParamValue to a long.
 ParamValue ParamValue.set(double val)
          Sets the value of a ParamValue to a double.
 ParamValue ParamValue.set(float val)
          Sets the value of a ParamValue to a float.
 ParamValue ParamValue.set(char val)
          Sets the value of a ParamValue to a char.
 ParamValue ParamValue.set(String val)
          Sets the value of a ParamValue to a String.
 ParamValue ParamValue.set(Date val)
          Sets the value of a ParamValue to a Date.
 ParamValue ParamValue.set(Object val)
          Sets the value of a ParamValue to an Object.
 void ParamValue.setElementAt(Object value, int index)
          Sets the element at the specified index into Vector of ParamValues to the specified value.
 int ParamValue.size()
          Returns the size of a Vector of ParamValues.
 


Copyright 1996, 2013, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.2)

Part Number E27170-01