EmulationExceptionpublic class EmulationException extends RuntimeException This class represents an exception to be thrown if JSR 82
emulation environment works incorrectly due to unknown reasons. |
Constructors Summary |
---|
public EmulationException()Constructs an instance without message.
super();
| public EmulationException(String message)Constructs an instance with the message given.
super(message);
|
|