Class EventLogMetadataParseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.intellij.internal.statistic.eventLog.connection.metadata.EventLogMetadataParseException
-
- All Implemented Interfaces:
EventLogMetadataUpdateError,java.io.Serializable
public class EventLogMetadataParseException extends java.lang.Exception implements EventLogMetadataUpdateError
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classEventLogMetadataParseException.EventLogMetadataParseErrorType
-
Constructor Summary
Constructors Constructor Description EventLogMetadataParseException(EventLogMetadataParseException.EventLogMetadataParseErrorType type)EventLogMetadataParseException(EventLogMetadataParseException.EventLogMetadataParseErrorType type, java.lang.Throwable throwable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetErrorCode()java.lang.StringgetErrorType()EventLogMetadataUpdateStagegetUpdateStage()
-
-
-
Constructor Detail
-
EventLogMetadataParseException
public EventLogMetadataParseException(EventLogMetadataParseException.EventLogMetadataParseErrorType type)
-
EventLogMetadataParseException
public EventLogMetadataParseException(EventLogMetadataParseException.EventLogMetadataParseErrorType type, java.lang.Throwable throwable)
-
-
Method Detail
-
getErrorType
public java.lang.String getErrorType()
- Specified by:
getErrorTypein interfaceEventLogMetadataUpdateError
-
getErrorCode
public int getErrorCode()
- Specified by:
getErrorCodein interfaceEventLogMetadataUpdateError
-
getUpdateStage
public EventLogMetadataUpdateStage getUpdateStage()
- Specified by:
getUpdateStagein interfaceEventLogMetadataUpdateError
-
-