Module hla.rti1516e

Class RTIexception

java.lang.Object
java.lang.Throwable
java.lang.Exception
hla.rti1516e.exceptions.RTIexception
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AlreadyConnected, AsynchronousDeliveryAlreadyDisabled, AsynchronousDeliveryAlreadyEnabled, AttributeAcquisitionWasNotRequested, AttributeAlreadyBeingAcquired, AttributeAlreadyBeingChanged, AttributeAlreadyBeingDivested, AttributeAlreadyOwned, AttributeDivestitureWasNotRequested, AttributeNotDefined, AttributeNotOwned, AttributeNotPublished, AttributeNotRecognized, AttributeNotSubscribed, AttributeRelevanceAdvisorySwitchIsOff, AttributeRelevanceAdvisorySwitchIsOn, AttributeScopeAdvisorySwitchIsOff, AttributeScopeAdvisorySwitchIsOn, CallNotAllowedFromWithinCallback, ConnectionFailed, CouldNotCreateLogicalTimeFactory, CouldNotDecode, CouldNotEncode, CouldNotOpenFDD, CouldNotOpenMIM, DeletePrivilegeNotHeld, DesignatorIsHLAstandardMIM, ErrorReadingFDD, ErrorReadingMIM, FederateAlreadyExecutionMember, FederateHandleNotKnown, FederateHasNotBegunSave, FederateInternalError, FederateIsExecutionMember, FederateNameAlreadyInUse, FederateNotExecutionMember, FederateOwnsAttributes, FederatesCurrentlyJoined, FederateServiceInvocationsAreBeingReportedViaMOM, FederateUnableToUseTime, FederationExecutionAlreadyExists, FederationExecutionDoesNotExist, IllegalName, IllegalTimeArithmetic, InconsistentFDD, InteractionClassAlreadyBeingChanged, InteractionClassNotDefined, InteractionClassNotPublished, InteractionParameterNotDefined, InteractionRelevanceAdvisorySwitchIsOff, InteractionRelevanceAdvisorySwitchIsOn, InTimeAdvancingState, InvalidAttributeHandle, InvalidDimensionHandle, InvalidFederateHandle, InvalidInteractionClassHandle, InvalidLocalSettingsDesignator, InvalidLogicalTime, InvalidLogicalTimeInterval, InvalidLookahead, InvalidMessageRetractionHandle, InvalidObjectClassHandle, InvalidOrderName, InvalidOrderType, InvalidParameterHandle, InvalidRangeBound, InvalidRegion, InvalidRegionContext, InvalidResignAction, InvalidServiceGroup, InvalidTransportationName, InvalidTransportationType, InvalidUpdateRateDesignator, LogicalTimeAlreadyPassed, MessageCanNoLongerBeRetracted, NameNotFound, NameSetWasEmpty, NoAcquisitionPending, NoRequestToEnableTimeConstrainedWasPending, NoRequestToEnableTimeRegulationWasPending, NotConnected, ObjectClassNotDefined, ObjectClassNotPublished, ObjectClassRelevanceAdvisorySwitchIsOff, ObjectClassRelevanceAdvisorySwitchIsOn, ObjectInstanceNameInUse, ObjectInstanceNameNotReserved, ObjectInstanceNotKnown, OwnershipAcquisitionPending, RegionDoesNotContainSpecifiedDimension, RegionInUseForUpdateOrSubscription, RegionNotCreatedByThisFederate, RequestForTimeConstrainedPending, RequestForTimeRegulationPending, RestoreInProgress, RestoreNotInProgress, RestoreNotRequested, RTIinternalError, SaveInProgress, SaveNotInitiated, SaveNotInProgress, SynchronizationPointLabelNotAnnounced, TimeConstrainedAlreadyEnabled, TimeConstrainedIsNotEnabled, TimeRegulationAlreadyEnabled, TimeRegulationIsNotEnabled, UnableToPerformSave, UnknownName, UnsupportedCallbackModel

public class RTIexception extends Exception
Superclass of all exceptions thrown by the RTI. All RTI exceptions must be caught or specified.
See Also:
  • Constructor Details

    • RTIexception

      public RTIexception(String msg)
    • RTIexception

      public RTIexception(String message, Throwable cause)