Class ProjectOperationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ru.cg.webbpm.studio.core.api.project.ProjectOperationException
All Implemented Interfaces:
Serializable

public class ProjectOperationException extends RuntimeException
Exception in any operation with user project. Usually operation is triggered by user action.
Author:
Tim Urmancheev
See Also:
  • Constructor Details

    • ProjectOperationException

      public ProjectOperationException(String message, String code)
    • ProjectOperationException

      public ProjectOperationException(String message, Throwable cause)
  • Method Details

    • getCode

      public String getCode()
      Get exception code. Exception code is used to differentiate between different errors of one method. Usually it is needed to show user different messages depending on error cause.
      Returns:
      exception code