Class CmsShellCommandException

All Implemented Interfaces:
Serializable

Wrapper exception used to notify the shell that an error has occurred during execution of a shell command.

See Also:
  • Constructor Details

    • CmsShellCommandException

      public CmsShellCommandException(boolean fromReport)
      Creates a new instance.

      Parameters:
      fromReport - true if this exception is being created because of a report error
    • CmsShellCommandException

      Creates a new instance.

      Parameters:
      t - the cause of this exception
  • Method Details

    • isFromReport

      public boolean isFromReport()
      Returns true if this exception was created because of a report error.

      Returns:
      true if this exception was created because of a report error