public class SchemaViolationException extends RuntimeException
SchemaViolations in an unchecked exception.| Constructor and Description |
|---|
SchemaViolationException(Iterable<SchemaViolation> schemaViolations) |
SchemaViolationException(SchemaViolation schemaViolation) |
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage() |
Iterable<SchemaViolation> |
getSchemaViolations() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SchemaViolationException(Iterable<SchemaViolation> schemaViolations)
public SchemaViolationException(SchemaViolation schemaViolation)
public Iterable<SchemaViolation> getSchemaViolations()
public String getMessage()
getMessage in class ThrowableCopyright © 2016 Atlassian. All rights reserved.