Class CrudCraftGenerationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
nl.datasteel.crudcraft.codegen.exception.CrudCraftGenerationException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
FileWritingException

public abstract class CrudCraftGenerationException extends RuntimeException
Base class for all CrudCraft generation exceptions.
See Also:
  • Constructor Details

    • CrudCraftGenerationException

      protected CrudCraftGenerationException(String message)
      Default constructor.
    • CrudCraftGenerationException

      protected CrudCraftGenerationException(String message, Throwable cause)
      Constructor with a message and a cause.
      Parameters:
      message - the detail message
      cause - the cause of the exception