|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.io.IOException
ch.javasoft.jbase.util.UnsupportedOperationException
public class UnsupportedOperationException
An UnsupportedOperationException is thrown by
table methods if the concerned operation is not supported. For
instance, unmodifiable tables throw such an exception if a write operation
is invoked.
| Constructor Summary | |
|---|---|
UnsupportedOperationException()
Constructor for UnsupportedOperationException without
message |
|
UnsupportedOperationException(String message)
Constructor for UnsupportedOperationException with message |
|
UnsupportedOperationException(String message,
Throwable cause)
Constructor for UnsupportedOperationException with message
and nested exception |
|
UnsupportedOperationException(Throwable cause)
Constructor for UnsupportedOperationException without
message but with causing nested exception |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public UnsupportedOperationException()
UnsupportedOperationException without
message
public UnsupportedOperationException(String message,
Throwable cause)
UnsupportedOperationException with message
and nested exception
message - the exception messagecause - the nested exception which caused this exceptionpublic UnsupportedOperationException(String message)
UnsupportedOperationException with message
message - the exception messagepublic UnsupportedOperationException(Throwable cause)
UnsupportedOperationException without
message but with causing nested exception
cause - the nested exception which caused this exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||