|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.alfresco.error.AlfrescoRuntimeException
org.alfresco.repo.content.transform.TransformerInfoException
public class TransformerInfoException
Wraps an exception that could be thrown in any transformer to
propagate it up to NodeInfoBean.sendNodeInfo
method.
NodeInfoBean
can handle this exception to display it in NodeInfo frame
to avoid error message box with "Exception in Transaction" message.
See PoiHssfContentTransformer
for pattern.
Constructor Summary | |
---|---|
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, makeRuntimeException |
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 |
---|
public TransformerInfoException(java.lang.String msg)
public TransformerInfoException(java.lang.String msg, java.lang.Throwable err)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |