hla.rti1516
Class RTIexception
java.lang.Object
java.lang.Throwable
java.lang.Exception
hla.rti1516.RTIexception
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- AsynchronousDeliveryAlreadyDisabled, AsynchronousDeliveryAlreadyEnabled, AttributeAcquisitionWasNotCanceled, AttributeAcquisitionWasNotRequested, AttributeAlreadyBeingAcquired, AttributeAlreadyBeingDivested, AttributeAlreadyOwned, AttributeDivestitureWasNotRequested, AttributeNotDefined, AttributeNotOwned, AttributeNotPublished, AttributeNotRecognized, AttributeNotSubscribed, AttributeRelevanceAdvisorySwitchIsOff, AttributeRelevanceAdvisorySwitchIsOn, AttributeScopeAdvisorySwitchIsOff, AttributeScopeAdvisorySwitchIsOn, CouldNotDecode, CouldNotDiscover, CouldNotInitiateRestore, CouldNotOpenFDD, DeletePrivilegeNotHeld, ErrorReadingFDD, FederateAlreadyExecutionMember, FederateHasNotBegunSave, FederateInternalError, FederateNotExecutionMember, FederateOwnsAttributes, FederatesCurrentlyJoined, FederateServiceInvocationsAreBeingReportedViaMOM, FederateUnableToUseTime, FederationExecutionAlreadyExists, FederationExecutionDoesNotExist, IllegalName, IllegalTimeArithmetic, InteractionClassNotDefined, InteractionClassNotPublished, InteractionClassNotRecognized, InteractionClassNotSubscribed, InteractionParameterNotDefined, InteractionParameterNotRecognized, InteractionRelevanceAdvisorySwitchIsOff, InteractionRelevanceAdvisorySwitchIsOn, InTimeAdvancingState, InvalidAttributeHandle, InvalidDimensionHandle, InvalidFederateHandle, InvalidInteractionClassHandle, InvalidLogicalTime, InvalidLookahead, InvalidMessageRetractionHandle, InvalidObjectClassHandle, InvalidOrderName, InvalidOrderType, InvalidParameterHandle, InvalidRangeBound, InvalidRegion, InvalidRegionContext, InvalidServiceGroup, InvalidTransportationName, InvalidTransportationType, JoinedFederateIsNotInTimeAdvancingState, LogicalTimeAlreadyPassed, MessageCanNoLongerBeRetracted, NameNotFound, NoAcquisitionPending, NoRequestToEnableTimeConstrainedWasPending, NoRequestToEnableTimeRegulationWasPending, ObjectClassNotDefined, ObjectClassNotPublished, ObjectClassNotRecognized, ObjectClassRelevanceAdvisorySwitchIsOff, ObjectClassRelevanceAdvisorySwitchIsOn, ObjectInstanceNameInUse, ObjectInstanceNameNotReserved, ObjectInstanceNotKnown, OwnershipAcquisitionPending, RegionDoesNotContainSpecifiedDimension, RegionInUseForUpdateOrSubscription, RegionNotCreatedByThisFederate, RequestForTimeConstrainedPending, RequestForTimeRegulationPending, RestoreInProgress, RestoreNotRequested, RTIinternalError, SaveInProgress, SaveNotInitiated, SpecifiedSaveLabelDoesNotExist, SynchronizationPointLabelNotAnnounced, TimeConstrainedAlreadyEnabled, TimeConstrainedIsNotEnabled, TimeRegulationAlreadyEnabled, TimeRegulationIsNotEnabled, UnableToPerformSave, UnknownName
public class RTIexception
- extends Exception
Superclass of all exceptions thrown by the RTI. All RTI exceptions must be caught or specified.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
RTIexception
public RTIexception()
- Just create an empty exception
RTIexception
public RTIexception(String message)
- Parameters:
message - The message to create the exception with
RTIexception
public RTIexception(Throwable cause)
- Parameters:
cause - The cause of the exception
RTIexception
public RTIexception(String message,
Throwable cause)
- Parameters:
message - The message to create the exception withcause - The cause of the exception