org.alfresco.repo.content.transform
Class UnsupportedTransformationException
org.alfresco.repo.content.transform.UnsupportedTransformationException All Implemented Interfaces:
-
public class UnsupportedTransformationException
Exception indicates that a transformer is unable to transform a requested
transformation. Normally the transformer is a component of a complex (compound) transformer
and has been asked to transform a file that is too large (see transformation limits) as the
size of the intermediate file is unknown at the start.
Author:
-
Alan Davis
See Also:
-
Methods inherited from class java.lang.Throwable |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
UnsupportedTransformationException
public UnsupportedTransformationException(String msgId)