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 aGUIContext
cannot be converted to an ILM compatible one. Usually, aTransferableGUIContext
is expected.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description @NotNull String
guiContextClass
-
Fields inherited from class de.aristaflow.ilm.util.IlmException
causeClass, message, serverLogId, subClass, suppressStack
-
-
Constructor Summary
Constructors Constructor Description IncompatibleGuiContextException()
The constructor required for bean deserialisation.IncompatibleGuiContextException(String message, Throwable cause)
A constructor for wrapping a causing throwable.
-
Method Summary
-
Methods inherited from class de.aristaflow.ilm.util.IlmException
getCause, getIlmStackTrace, getLocalizedMessage, getLogId, getMessage, getStackTrace, setLogId, setStackTrace, setSuppressStack
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, toString
-
-
-
-
Field Detail
-
guiContextClass
@NotNull public @NotNull String guiContextClass
-
-