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

ConstructorDescription
Write18Exception(String message)Creates a new instance.

Write18Exception(String message)

public Write18Exception(String message)

Creates a new instance.

Parameters:

ParameterTypeDescription
messagejava.lang.StringThe message to be displayed on the terminal.