java.lang
Class UnsupportedOperationException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--java.lang.UnsupportedOperationException
This exception is thrown by an object when an operation is
requested of it that it does not support.
Since:Author:- Warren Levy <warrenl@cygnus.com>
UnsupportedOperationException
public UnsupportedOperationException() Create an exception without a message.
UnsupportedOperationException
public UnsupportedOperationException(java.lang.String s) Create an exception with a message.
Parameters: