com.sun.jersey.spi.inject
Class Errors.ErrorMessagesException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.sun.jersey.spi.inject.Errors.ErrorMessagesException
All Implemented Interfaces:
Serializable
Enclosing class:
Errors

public static class Errors.ErrorMessagesException
extends RuntimeException

See Also:
Serialized Form

Field Summary
 List<Errors.ErrorMessage> messages
           
 
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

messages

public final List<Errors.ErrorMessage> messages


Copyright © 2013 Oracle Corporation. All Rights Reserved.