Klasse TranspilerException

Alle implementierten Schnittstellen:
Serializable

public class TranspilerException extends RuntimeException
The exception class used by the transpiler for all errors resulting in an unsuccessful transpiler run.
Siehe auch:
  • Konstruktordetails

    • TranspilerException

      public TranspilerException(String message)
      Create a new transpiler error exception with the specified message
      Parameter:
      message - the message of the transpiler error
    • TranspilerException

      public TranspilerException(String message, Throwable cause)
      Create a new transpiler error exception with the specified message
      Parameter:
      message - the message of the transpiler error
      cause - the cause for this exception