Class StartupException

java.lang.Object
java.lang.Throwable
java.lang.Exception
de.uni_kiel.rz.fdr.repl.error.StartupException
All Implemented Interfaces:
Serializable

public class StartupException extends Exception
Thrown when the REPL failed to start, e.g. due to wrong settings.
See Also:
  • Constructor Details

    • StartupException

      public StartupException(String message)
      Create a new instance of the exception
      Parameters:
      message - The message.
    • StartupException

      public StartupException(String message, Throwable cause)
      Create a new instance of the exception
      Parameters:
      message - The message.
      cause - The cause.