hla.rti
Class RTIexception

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byhla.rti.RTIexception
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AsynchronousDeliveryAlreadyDisabled, AsynchronousDeliveryAlreadyEnabled, AttributeAcquisitionWasNotCanceled, AttributeAcquisitionWasNotRequested, AttributeAlreadyBeingAcquired, AttributeAlreadyBeingDivested, AttributeAlreadyOwned, AttributeDivestitureWasNotRequested, AttributeNotDefined, AttributeNotOwned, AttributeNotPublished, AttributeNotRecognized, AttributeNotSubscribed, AttributeRelevanceAdvisorySwitchIsOff, AttributeRelevanceAdvisorySwitchIsOn, AttributeScopeAdvisorySwitchIsOff, AttributeScopeAdvisorySwitchIsOn, BadInitializationParameter, CouldNotDecode, CouldNotDiscover, CouldNotInitiateRestore, CouldNotOpenFDD, DeletePrivilegeNotHeld, ErrorReadingFDD, FederateAlreadyExecutionMember, FederateHasNotBegunSave, FederateInternalError, FederateNotExecutionMember, FederateOwnsAttributes, FederatesCurrentlyJoined, FederateServiceInvocationsAreBeingReportedViaMOM, FederateUnableToUseTime, FederationExecutionAlreadyExists, FederationExecutionDoesNotExist, IllegalName, IllegalTimeArithmetic, InitializeNeverInvoked, InitializePreviouslyInvoked, InteractionClassNotDefined, InteractionClassNotPublished, InteractionClassNotRecognized, InteractionClassNotSubscribed, InteractionParameterNotDefined, InteractionParameterNotRecognized, InteractionRelevanceAdvisorySwitchIsOff, InteractionRelevanceAdvisorySwitchIsOn, InTimeAdvancingState, InvalidAttributeHandle, InvalidDimensionHandle, InvalidFederateHandle, InvalidInteractionClassHandle, InvalidLogicalTime, InvalidLookahead, InvalidMessageRetractionHandle, InvalidObjectClassHandle, InvalidOrderName, InvalidOrderType, InvalidParameterHandle, InvalidRangeBound, InvalidRegion, InvalidRegionContext, InvalidTransportationName, InvalidTransportationType, JoinedFederateIsNotInTimeAdvancingState, LogicalTimeAlreadyPassed, MessageCanNoLongerBeRetracted, NameNotFound, NoRequestToEnableTimeConstrainedWasPending, NoRequestToEnableTimeRegulationWasPending, ObjectClassNotDefined, ObjectClassNotPublished, ObjectClassNotRecognized, ObjectClassRelevanceAdvisorySwitchIsOff, ObjectClassRelevanceAdvisorySwitchIsOn, ObjectInstanceNameInUse, ObjectInstanceNameNotReserved, ObjectInstanceNotKnown, OwnershipAcquisitionPending, RegionDoesNotContainSpecifiedDimension, RegionInUseForUpdateOrSubscription, RegionNotCreatedByThisFederate, RegionNotKnown, RequestForTimeConstrainedPending, RequestForTimeRegulationPending, RestoreInProgress, RestoreNotInProgress, RestoreNotRequested, RTIinternalError, SaveInProgress, SaveNotInitiated, SaveNotInProgress, SomeFederateJoinedToAnExecution, SpecifiedSaveLabelDoesNotExist, SynchronizationPointLabelNotAnnounced, SynchronizationSetMemberNotJoined, TimeConstrainedAlreadyEnabled, TimeConstrainedIsNotEnabled, TimeRegulationAlreadyEnabled, TimeRegulationIsNotEnabled, UnableToPerformSave, UnknownName

public class RTIexception
extends java.lang.Exception

Superclass of all exceptions thrown by the run-time infrastructure.

Author:
DMSO
See Also:
Serialized Form

Constructor Summary
RTIexception(java.lang.String msg)
          Constructor.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, 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

RTIexception

public RTIexception(java.lang.String msg)
Constructor.

Parameters:
msg - a detailed description of the exception