hla.rti1516
Class RTIexception

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
RTIexception()
          Just create an empty exception
RTIexception(String message)
           
RTIexception(String message, Throwable cause)
           
RTIexception(Throwable cause)
           
 
Method Summary
 
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()
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 with
cause - The cause of the exception