Package org.netxms.client.events
Class TimeFrameFormatException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.netxms.client.events.TimeFrameFormatException
- All Implemented Interfaces:
- Serializable
Exception in case of time frame data parsing
- See Also:
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final intstatic final intprotected intSpecific error codestatic final intstatic final int
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionintMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Field Details- 
TIME_VALIDATION_FAILUREpublic static final int TIME_VALIDATION_FAILURE- See Also:
 
- 
TIME_INCORRECT_ORDERpublic static final int TIME_INCORRECT_ORDER- See Also:
 
- 
DAY_OUT_OF_RANGEpublic static final int DAY_OUT_OF_RANGE- See Also:
 
- 
DAY_NOT_A_NUMBERpublic static final int DAY_NOT_A_NUMBER- See Also:
 
- 
errorCodeprotected int errorCodeSpecific error code
 
- 
- 
Constructor Details- 
TimeFrameFormatExceptionpublic TimeFrameFormatException(int errorCode) Exception constructor- Parameters:
- errorCode- one of error codes
 
 
- 
- 
Method Details- 
getErrorCodepublic int getErrorCode()- Returns:
- the errorCode
 
- 
getMessage- Overrides:
- getMessagein class- Throwable
- See Also:
 
- 
getLocalizedMessage- Overrides:
- getLocalizedMessagein class- Throwable
- See Also:
 
 
-