Package javax.help
Class UnsupportedOperationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.help.UnsupportedOperationException
- All Implemented Interfaces:
Serializable
This is a platform-independent stand-in for the java.lang class
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs an UnsupportedOperationException with no detail message.UnsupportedOperationException
(String message) Constructs an UnsupportedOperationException with the specified detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnsupportedOperationException
public UnsupportedOperationException()Constructs an UnsupportedOperationException with no detail message. -
UnsupportedOperationException
Constructs an UnsupportedOperationException with the specified detail message. A null message is valid.
-