public class InvalidRepresentationException
extends java.lang.RuntimeException
| Constructor and Description | 
|---|
| InvalidRepresentationException(ContentRepresentation unacceptableRepresentation,
                              ContentRepresentation[] permittedRepresentations) | 
| InvalidRepresentationException(ContentRepresentation representation,
                              java.lang.Iterable<ContentRepresentation> contentRepresentations) | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.Iterable<ContentRepresentation> | getPermittedRepresentations() | 
public InvalidRepresentationException(ContentRepresentation unacceptableRepresentation, ContentRepresentation[] permittedRepresentations)
public InvalidRepresentationException(ContentRepresentation representation, java.lang.Iterable<ContentRepresentation> contentRepresentations)
public java.lang.Iterable<ContentRepresentation> getPermittedRepresentations()
Copyright © 2003-2014 Atlassian. All Rights Reserved.