org.glassfish.jersey.server.model
Class ResourceModelValidator.ModelException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.glassfish.jersey.server.model.ResourceModelValidator.ModelException
All Implemented Interfaces:
Serializable
Enclosing class:
ResourceModelValidator

public static class ResourceModelValidator.ModelException
extends RuntimeException

Resource model exception.

See Also:
Serialized Form

Field Summary
 List<ResourceModelIssue> issues
           
 
Constructor Summary
ResourceModelValidator.ModelException(List<ResourceModelIssue> issues)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

issues

public final List<ResourceModelIssue> issues
Constructor Detail

ResourceModelValidator.ModelException

public ResourceModelValidator.ModelException(List<ResourceModelIssue> issues)


Copyright © 2007-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.