Lines Matching refs:IllegalArgumentException

187 	static public char toChar(Object object) throws  com.sun.star.lang.IllegalArgumentException{  in toChar()
198 static public boolean toBoolean(Object object) throws com.sun.star.lang.IllegalArgumentException{ in toBoolean()
209 static public byte toByte(Object object) throws com.sun.star.lang.IllegalArgumentException{ in toByte()
220 static public short toShort(Object object) throws com.sun.star.lang.IllegalArgumentException{ in toShort()
232 throws com.sun.star.lang.IllegalArgumentException in toUnsignedShort()
244 static public int toInt(Object object) throws com.sun.star.lang.IllegalArgumentException{ in toInt()
256 throws com.sun.star.lang.IllegalArgumentException in toUnsignedInt()
269 static public long toLong(Object object) throws com.sun.star.lang.IllegalArgumentException{ in toLong()
283 throws com.sun.star.lang.IllegalArgumentException in toUnsignedLong()
296 static public float toFloat(Object object) throws com.sun.star.lang.IllegalArgumentException{ in toFloat()
308 static public double toDouble(Object object) throws com.sun.star.lang.IllegalArgumentException { in toDouble()
318 static public String toString(Object object) throws com.sun.star.lang.IllegalArgumentException { in toString()
327 static public Type toType(Object object) throws com.sun.star.lang.IllegalArgumentException { in toType()
344 throws com.sun.star.lang.IllegalArgumentException in toObject()
361 throws com.sun.star.lang.IllegalArgumentException in toObject()
371 static public Object toArray( Object object) throws com.sun.star.lang.IllegalArgumentException { in toArray()
387 throws com.sun.star.lang.IllegalArgumentException in convertSimple()
561 throw new com.sun.star.lang.IllegalArgumentException( in convertSimple()