org.salespointframework.core
Class SaleProcess.ProcessErrorError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by org.salespointframework.core.SaleProcess.ProcessErrorError
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
SaleProcess

private class SaleProcess.ProcessErrorError
extends java.lang.Error

Internal error helper, used to cancel a transition or gate when it calls error().

Since:
v2.0
Version:
2.0 17/08/1999
Author:
Steffen Zschaler

Constructor Summary
SaleProcess.ProcessErrorError()
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SaleProcess.ProcessErrorError

public SaleProcess.ProcessErrorError()