Class MultiplicityException

  • All Implemented Interfaces:
    java.io.Serializable

    public class MultiplicityException
    extends jadex.commons.future.FutureTerminatedException
    Exception that the multiplicity has been violated.
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • MultiplicityException

        public MultiplicityException()
        Create an exception.
      • MultiplicityException

        public MultiplicityException​(java.lang.String message)
        Create an exception with message.
      • MultiplicityException

        public MultiplicityException​(java.lang.String message,
                                     java.lang.Throwable cause)
        Create an exception with message and cause.
      • MultiplicityException

        public MultiplicityException​(java.lang.Throwable cause)
        Create an exception with cause.