Class CodegenRuntimeException

All Implemented Interfaces:
Serializable

public class CodegenRuntimeException extends RuntimeException
This exception is thrown on internal errors.
Author:
gjoranv
See Also:
  • Constructor Details

    • CodegenRuntimeException

      public CodegenRuntimeException(String s, Throwable cause)
    • CodegenRuntimeException

      public CodegenRuntimeException(Throwable cause)
    • CodegenRuntimeException

      public CodegenRuntimeException(String s)