public class UnsupportedOperationException extends NoSuchMethodError
UnsupportedOperationException
provides a way to flag methods
that are not implemented.Constructor and Description |
---|
UnsupportedOperationException()
Constructs a
UnsupportedOperationException with no specified
detail message. |
UnsupportedOperationException(String message)
Constructs a
UnsupportedOperationException with the specified
detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public UnsupportedOperationException()
UnsupportedOperationException
with no specified
detail message.public UnsupportedOperationException(String message)
UnsupportedOperationException
with the specified
detail message.message
- Detail message.Copyright © 1996–2023 The SSEC Visualization Project. All rights reserved.