public class CustomScriptException extends FrameworkException
| Constructor and Description |
|---|
CustomScriptException() |
CustomScriptException(java.lang.String message) |
CustomScriptException(java.lang.String message,
boolean internationalized) |
CustomScriptException(java.lang.String message,
java.lang.Throwable cause) |
CustomScriptException(java.lang.Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
shouldGenerateLog()
Returns whether the current exception should generated an error log
|
getMessage, isInternationalized, setInternationalizedpublic CustomScriptException()
public CustomScriptException(java.lang.String message)
public CustomScriptException(java.lang.String message,
boolean internationalized)
public CustomScriptException(java.lang.String message,
java.lang.Throwable cause)
public CustomScriptException(java.lang.Throwable cause)
public boolean shouldGenerateLog()
CyclosExceptionshouldGenerateLog in class CyclosException