exception UnsupportedOperationException
Exception UnsupportedOperationException should be thrown when a method is called that is never intended to be called. This situation usually arises when a method is required for an interface, but the underlying class has no meaningful implementation for the method.
| Modifiers | Return Types | Method and Description |
|---|---|---|
public |
() |
create()Creates an |
public |
() |
create(String message)Creates an |
| Modifiers | Return Types | Method and Description |
|---|---|---|
public |
() |
destroy() |
| Modifiers | Return Types | Method and Description |
|---|---|---|
public readonly |
(UnsupportedOperationException) |
copy(AddressMap addresses) |
public create() => ()
Creates an UnsupportedOperationException with no message.
public create(String message) => ()
Creates an UnsupportedOperationException with a message explaining why the operation is unsupported.
message - message explaining why the operation is unsupported
public destroy() => ()
public readonly copy(AddressMap addresses) => (UnsupportedOperationException)