Class InternalFederateException

  • All Implemented Interfaces:
    Serializable

    public class InternalFederateException
    extends Exception
    An exception that thrown within the execution of a federate.
    See Also:
    Serialized Form
    • Constructor Detail

      • InternalFederateException

        public InternalFederateException()
      • InternalFederateException

        public InternalFederateException​(String message)
        Constructor based on an error message.
        Parameters:
        message - string describing the exception
      • InternalFederateException

        public InternalFederateException​(long simTime,
                                         String message)
        Constructor based on an error message.
        Parameters:
        simTime - simulation time at which the exception occurred
        message - string describing the exception
      • InternalFederateException

        public InternalFederateException​(Exception ex)
        Constructor based on a thrown exception.
        Parameters:
        ex - exception that signal that a parameter cannot be modified
      • InternalFederateException

        public InternalFederateException​(long simTime,
                                         Exception ex)
        Constructor based on a thrown exception.
        Parameters:
        simTime - simulation time at which the exception occurred
        ex - exception that signal that a parameter cannot be modified
      • InternalFederateException

        public InternalFederateException​(String message,
                                         Exception ex)
        Constructor based on a message and a thrown exception.
        Parameters:
        ex - exception that signal that a parameter cannot be modified
        message - string describing the exception