Class InvalidActivityClassParameterException

All Implemented Interfaces:
Serializable

public class InvalidActivityClassParameterException extends AppianException
This exception is thrown if the user provides an ActivityClassParameter for an Activity Class, and that Activity Class does not take that parameter.
See Also:
  • Constructor Details

    • InvalidActivityClassParameterException

      public InvalidActivityClassParameterException()
      Constructs a new exception with null as its detail message. The cause is not initialized, and may subsequently be initialized by a call to Throwable.initCause(java.lang.Throwable)
    • InvalidActivityClassParameterException

      public InvalidActivityClassParameterException(String message_)
      Constructs a new exception with the specified detail message. The cause is not initialized, and may subsequently be initialized by a call to Throwable.initCause(java.lang.Throwable)
      Parameters:
      message_ - the detail message. The detail message is saved for later retrieval by the Throwable.getMessage() method