public class CmsShellCommandException extends java.lang.RuntimeException
| Constructor and Description |
|---|
CmsShellCommandException(boolean fromReport)
Creates a new instance.
|
CmsShellCommandException(java.lang.Throwable t)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isFromReport()
Returns true if this exception was created because of a report error.
|
public CmsShellCommandException(boolean fromReport)
fromReport - true if this exception is being created because of a report errorpublic CmsShellCommandException(java.lang.Throwable t)
t - the cause of this exceptionpublic boolean isFromReport()