Class ContextStateProcessingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.broadleafcommerce.data.tracking.core.exception.contextstate.ContextStateProcessingException
- All Implemented Interfaces:
 Serializable
Defines a subset of 
RuntimeExceptions that are caused by errors when
 trying to build the ContextState of a
 ContextStateAware business instance. Such errors are usually detected when converting a
 Trackable instance into its corresponding business domain that implements
 ContextStateAware.- Author:
 - Nathan Moore (nathandmoore)
 - See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionContextStateProcessingException(String message) ContextStateProcessingException(String message, Throwable cause) ContextStateProcessingException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)  - 
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
ContextStateProcessingException
public ContextStateProcessingException() - 
ContextStateProcessingException
 - 
ContextStateProcessingException
 - 
ContextStateProcessingException
 - 
ContextStateProcessingException
 
 -