Class EventLogMetadataParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.intellij.internal.statistic.eventLog.connection.metadata.EventLogMetadataParseException
- All Implemented Interfaces:
EventLogMetadataUpdateError,Serializable
public class EventLogMetadataParseException
extends Exception
implements EventLogMetadataUpdateError
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum -
Constructor Summary
ConstructorsConstructorDescriptionEventLogMetadataParseException(EventLogMetadataParseException.EventLogMetadataParseErrorType type, Throwable throwable) -
Method Summary
Modifier and TypeMethodDescriptionintMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
EventLogMetadataParseException
public EventLogMetadataParseException(EventLogMetadataParseException.EventLogMetadataParseErrorType type) -
EventLogMetadataParseException
public EventLogMetadataParseException(EventLogMetadataParseException.EventLogMetadataParseErrorType type, Throwable throwable)
-
-
Method Details
-
getErrorType
- Specified by:
getErrorTypein interfaceEventLogMetadataUpdateError
-
getErrorCode
public int getErrorCode()- Specified by:
getErrorCodein interfaceEventLogMetadataUpdateError
-
getUpdateStage
- Specified by:
getUpdateStagein interfaceEventLogMetadataUpdateError
-