Class IncompatibleGuiContextException

java.lang.Object
java.lang.Throwable
java.lang.Exception
de.aristaflow.ilm.util.IlmException
de.aristaflow.ilm.model.runtimeenvironment.guicontext.IncompatibleGuiContextException
All Implemented Interfaces:
de.aristaflow.adept2.model.communication.webservice.StackSuppressingException, Serializable

public class IncompatibleGuiContextException extends IlmException
A specific exception indicating that a GUIContext cannot be converted to an ILM compatible one. Usually, a TransferableGUIContext is expected.
See Also:
  • Field Details

    • guiContextClass

      @NotNull public @NotNull String guiContextClass
  • Constructor Details

    • IncompatibleGuiContextException

      public IncompatibleGuiContextException()
      The constructor required for bean deserialisation.
    • IncompatibleGuiContextException

      public IncompatibleGuiContextException(String message, Throwable cause)
      A constructor for wrapping a causing throwable.