public class OperatorAlreadyOpenException extends Exception
IExecutionProtocol.| Modifier and Type | Field and Description |
|---|---|
private String |
name
The name of the opened operator.
|
private static long |
serialVersionUID
The UID for serialization.
|
| Constructor and Description |
|---|
OperatorAlreadyOpenException()
This is the default constructor.
|
OperatorAlreadyOpenException(String description)
Add a customized description to the exception.
|
OperatorAlreadyOpenException(String description,
String name)
Add a customized description to the exception.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Gets the name of the opened operator.
|
void |
setName(String name)
Sets the name of the opened operator.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprivate static final long serialVersionUID
private String name
public OperatorAlreadyOpenException()
public OperatorAlreadyOpenException(String description)
description - Copyright © 2009–2017 Helmut Ahammer, Philipp Kainz. All rights reserved.