Class BpmError

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ch.ivyteam.util.IvyRuntimeException
ch.ivyteam.ivy.bpm.error.BpmError
All Implemented Interfaces:
ch.ivyteam.util.IIvyException, Serializable

public class BpmError extends ch.ivyteam.util.IvyRuntimeException

Provides information about an error that occured in the process.

Use create(String) to create or throw a new BpmError.

See Also:
API:
This is a public API.