Class TransformerInfoException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.alfresco.error.AlfrescoRuntimeException
-
- org.alfresco.repo.content.transform.TransformerInfoException
-
- All Implemented Interfaces:
java.io.Serializable
@Deprecated public class TransformerInfoException extends org.alfresco.error.AlfrescoRuntimeExceptionDeprecated.The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.Wraps an exception that could be thrown in any transformer to propagate it up toNodeInfoBean.sendNodeInfomethod.NodeInfoBeancan handle this exception to display it in NodeInfo frame to avoid error message box with "Exception in Transaction" message. SeePoiHssfContentTransformerfor pattern.- Author:
- Arseny Kovalchuk
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TransformerInfoException(java.lang.String msg)Deprecated.TransformerInfoException(java.lang.String msg, java.lang.Throwable err)Deprecated.
-
Method Summary
-
Methods inherited from class org.alfresco.error.AlfrescoRuntimeException
create, create, getMsgId, getMsgParams, getNumericalId, getRootCause, makeRuntimeException
-
-