Class InvalidProcessDefinitionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.hybris.platform.processengine.definition.InvalidProcessDefinitionException
All Implemented Interfaces:
Serializable

public class InvalidProcessDefinitionException extends RuntimeException
See Also:
  • Method Details

    • getURL

      public URL getURL()
      Accesses the URL of the invalid process definition.
      Returns:
      the URL of the invalid process definition
    • setURL

      protected void setURL(URL url)