public abstract class SchemaViolation extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
SchemaViolation(Class<?> schemaClass) |
| Modifier and Type | Method and Description |
|---|---|
abstract String |
getMessage()
A human-readable string describing the error.
|
Class<?> |
getSchemaClass()
The class of the model object that was involved in the error.
|
String |
toString() |
protected SchemaViolation(Class<?> schemaClass)
Copyright © 2016 Atlassian. All rights reserved.