Class InvalidColumnNameException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dimstyl.orm.exceptions.InvalidColumnNameException
All Implemented Interfaces:
Serializable

public class InvalidColumnNameException extends RuntimeException
Exception thrown when an invalid column name is detected.

This exception is used to indicate that an entity contains a column name that is either empty, incorrectly formatted, or does not match the expected database schema.

See Also:
  • Constructor Details

    • InvalidColumnNameException

      public InvalidColumnNameException(String message)
      Constructs a new InvalidColumnNameException with the specified detail message.
      Parameters:
      message - The detail message explaining the reason for the exception.