public static class ModelBuilders.InvalidModelException extends MpacException
ModelBuilders methods that declare this checked exception will throw it if you attempt
to construct a model object that does not conform to the Marketplace API schema, for instance
by omitting a required property.MpacException.CannotUpdateNonServerSideEntity, MpacException.ConnectionFailure, MpacException.InvalidResponseError, MpacException.ServerError| Modifier and Type | Method and Description |
|---|---|
String |
getMessage() |
Iterable<SchemaViolation> |
getSchemaViolations() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic Iterable<SchemaViolation> getSchemaViolations()
public String getMessage()
getMessage in class ThrowableCopyright © 2016 Atlassian. All rights reserved.