public class ScriptException extends AlfrescoRuntimeException
Constructor and Description |
---|
ScriptException(String msgId) |
ScriptException(String msgId,
Object[] params) |
ScriptException(String msgId,
Object[] msgParams,
Throwable cause) |
ScriptException(String msgId,
Throwable cause) |
create, create, getMsgId, getMsgParams, getNumericalId, getRootCause, makeRuntimeException
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ScriptException(String msgId)
msgId
- Stringpublic ScriptException(String msgId, Throwable cause)
msgId
- Stringcause
- Throwablepublic ScriptException(String msgId, Object[] params)
msgId
- Stringparams
- Object[]Copyright © 2005–2019 Alfresco Software. All rights reserved.