Class IncompatibleSliceException

  • All Implemented Interfaces:
    Serializable

    public class IncompatibleSliceException
    extends Exception
    Exception indicating that a DAG slice cannot be applied to a given state (given by the list of column metadata at that stage).
    See Also:
    Serialized Form
    • Constructor Detail

      • IncompatibleSliceException

        public IncompatibleSliceException​(DagSlice slice,
                                          ColumnModel columns)
    • Method Detail

      • getSlice

        public DagSlice getSlice()
        Returns:
        the slice which failed to apply
      • getColumnModel

        public ColumnModel getColumnModel()
        Returns:
        the columns the slice could not be applied to