Class ColumnNameNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.gcube.portal.databook.shared.ex.ColumnNameNotFoundException
All Implemented Interfaces:
Serializable

public class ColumnNameNotFoundException extends Exception
Exception thrown when a column name is not found in the data store or schema. Used for error handling in persistence and query operations.
Author:
gCube Developers
See Also:
  • Constructor Details

    • ColumnNameNotFoundException

      public ColumnNameNotFoundException(String message)