org.alfresco.service.cmr.repository
Class NoTransformerException
org.alfresco.service.cmr.repository.NoTransformerException All Implemented Interfaces:
-
public class NoTransformerException
Thrown when a transformation request cannot be honoured due to
no transformers being present for the requested transformation.
Author:
-
Derek Hulley
See Also:
-
Methods inherited from class java.lang.Throwable |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NoTransformerException
public NoTransformerException(String sourceMimetype, String targetMimetype) -
Parameters:
-
sourceMimetype - the attempted source mimetype
-
targetMimetype - the attempted target mimetype
getSourceMimetype
public String getSourceMimetype()
getTargetMimetype
public String getTargetMimetype()