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
public class TransformerInfoException extends org.alfresco.error.AlfrescoRuntimeExceptionWraps 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)TransformerInfoException(java.lang.String msg, java.lang.Throwable err)
-
Method Summary
-
Methods inherited from class org.alfresco.error.AlfrescoRuntimeException
create, create, getMsgId, getMsgParams, getNumericalId, getRootCause, makeRuntimeException
-
-