public class GeneratedConstraintsMissingException extends IllegalStateException
| Constructor and Description |
|---|
GeneratedConstraintsMissingException(Collection<Method> original,
Collection<Method> generated) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Method> |
getGenerated() |
Collection<Method> |
getOriginal() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic GeneratedConstraintsMissingException(Collection<Method> original, Collection<Method> generated)
public Collection<Method> getOriginal()
public Collection<Method> getGenerated()
Copyright © 1999–2020 The Apache Software Foundation. All rights reserved.