info.magnolia.dam.asset.renderer
Class NoSuchRenditionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by info.magnolia.dam.asset.renderer.NoSuchRenditionException
All Implemented Interfaces:
Serializable

public class NoSuchRenditionException
extends Exception

Exception thrown when a requested rendition is unavailable.

See Also:
AssetRenderer.getRendition(info.magnolia.dam.asset.Asset, String), AssetProvider.getRendition(info.magnolia.dam.asset.Asset, String), Serialized Form

Constructor Summary
NoSuchRenditionException()
           
NoSuchRenditionException(String message)
           
NoSuchRenditionException(String message, Throwable cause)
           
NoSuchRenditionException(Throwable cause)
           
 
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
 

Constructor Detail

NoSuchRenditionException

public NoSuchRenditionException()

NoSuchRenditionException

public NoSuchRenditionException(String message)

NoSuchRenditionException

public NoSuchRenditionException(String message,
                                Throwable cause)

NoSuchRenditionException

public NoSuchRenditionException(Throwable cause)


Copyright © 2014 Magnolia International Ltd.. All Rights Reserved.