public class EventLogMetadataParseException extends java.lang.Exception implements EventLogMetadataUpdateError
| Modifier and Type | Class and Description |
|---|---|
static class |
EventLogMetadataParseException.EventLogMetadataParseErrorType |
| Constructor and Description |
|---|
EventLogMetadataParseException(EventLogMetadataParseException.EventLogMetadataParseErrorType type) |
EventLogMetadataParseException(EventLogMetadataParseException.EventLogMetadataParseErrorType type,
java.lang.Throwable throwable) |
| Modifier and Type | Method and Description |
|---|---|
int |
getErrorCode() |
java.lang.String |
getErrorType() |
EventLogMetadataUpdateStage |
getUpdateStage() |
public EventLogMetadataParseException(EventLogMetadataParseException.EventLogMetadataParseErrorType type)
public EventLogMetadataParseException(EventLogMetadataParseException.EventLogMetadataParseErrorType type, java.lang.Throwable throwable)
public java.lang.String getErrorType()
getErrorType in interface EventLogMetadataUpdateErrorpublic int getErrorCode()
getErrorCode in interface EventLogMetadataUpdateErrorpublic EventLogMetadataUpdateStage getUpdateStage()
getUpdateStage in interface EventLogMetadataUpdateError