org.glassfish.jersey.server.model
Class ModelValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.glassfish.jersey.server.model.ModelValidationException
- All Implemented Interfaces:
- Serializable
public class ModelValidationException
- extends RuntimeException
Resource model validation exception.
Indicates the issues with the model.
- Author:
- Jakub Podlesak (jakub.podlesak at oracle.com), Marek Potociar (marek.potociar at oracle.com)
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ModelValidationException
public ModelValidationException(List<ResourceModelIssue> issues)
getIssues
public List<ResourceModelIssue> getIssues()
Copyright © 2007-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.