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
Base class for all CrudCraft generation exceptions.
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCrudCraftGenerationException(String message) Default constructor.protectedCrudCraftGenerationException(String message, Throwable cause) Constructor with a message and a cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CrudCraftGenerationException
Default constructor. -
CrudCraftGenerationException
Constructor with a message and a cause.- Parameters:
message- the detail messagecause- the cause of the exception
-