Class IllegalEditException

All Implemented Interfaces:
Serializable

public class IllegalEditException extends CAKEException
The IllegalEditException is thrown if a DataClass is edited after the class is finished.
Author:
Rainer Maximini
See Also:
  • Constructor Details

    • IllegalEditException

      public IllegalEditException(String message, String... parameter)
      Parameters:
      message - An exception description.
      parameter - Additional parameters.
    • IllegalEditException

      public IllegalEditException(String message, Throwable cause, String... parameter)
      Parameters:
      message - An exception description.
      cause - The cause of the exception.
      parameter - Additional parameters.