Class JctCompilerException

All Implemented Interfaces:
Serializable

public final class JctCompilerException extends JctException
Exception that is thrown if the compiler fails to run and throws an unhandled exception.
Since:
0.0.1
Author:
Ashley Scopes
See Also:
  • Constructor Details

    • JctCompilerException

      public JctCompilerException(String message)
      Initialize the error.
      Parameters:
      message - the error message.
    • JctCompilerException

      Initialize the error.
      Parameters:
      message - the error message.
      cause - the cause of the error (or null if no cause exists).