org.glassfish.jersey.internal
Class Errors.ErrorMessagesException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.glassfish.jersey.internal.Errors.ErrorMessagesException
All Implemented Interfaces:
Serializable
Enclosing class:
Errors

public static class Errors.ErrorMessagesException
extends RuntimeException

Error message exception.

See Also:
Serialized Form

Method Summary
 List<Errors.ErrorMessage> getMessages()
          Get encountered error messages.
 
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
 

Method Detail

getMessages

public List<Errors.ErrorMessage> getMessages()
Get encountered error messages.

Returns:
encountered error messages.


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