Write18Exception
Inheritance: java.lang.Object, java.lang.Throwable, java.lang.Exception
public class Write18Exception extends Exception
The exception that has to be thrown when something goes wrong while an executable is running.
Constructors
Constructor | Description |
---|---|
Write18Exception(String message) | Creates a new instance. |
Write18Exception(String message)
public Write18Exception(String message)
Creates a new instance.
Parameters:
Parameter | Type | Description |
---|---|---|
message | java.lang.String | The message to be displayed on the terminal. |