Class ClassGenerationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.micronaut.inject.writer.ClassGenerationException
All Implemented Interfaces:
Serializable

public class ClassGenerationException extends RuntimeException
Thrown when an exception occurs during compilation due to a class generation error.
Since:
1.0
Author:
Graeme Rocher
See Also:
  • Constructor Details

    • ClassGenerationException

      public ClassGenerationException(String message, Throwable cause)
      Parameters:
      message - The message
      cause - The throwable
    • ClassGenerationException

      public ClassGenerationException(String message)
      Parameters:
      message - The message