hla.rti1516
Class InvalidRangeBound
java.lang.Object
java.lang.Throwable
java.lang.Exception
hla.rti1516.RTIexception
hla.rti1516.InvalidRangeBound
- All Implemented Interfaces:
- Serializable
public final class InvalidRangeBound
- extends RTIexception
Public exception class InvalidRangeBound
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InvalidRangeBound
public InvalidRangeBound(String msg)
InvalidRangeBound
public InvalidRangeBound()
InvalidRangeBound
public InvalidRangeBound(Throwable cause)
- Parameters:
cause - The cause of the exception
InvalidRangeBound
public InvalidRangeBound(String message,
Throwable cause)
- Parameters:
message - The message to create the exception withcause - The cause of the exception