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
public class ContextStateProcessingException extends RuntimeException
Defines a subset ofRuntimeExceptionsthat are caused by errors when trying to build theContextState of a ContextStateAware business instance. Such errors are usually detected when converting aTrackable instanceinto its corresponding business domain that implementsContextStateAware.- Author:
- Nathan Moore (nathandmoore)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ContextStateProcessingException()ContextStateProcessingException(String message)ContextStateProcessingException(String message, Throwable cause)ContextStateProcessingException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)ContextStateProcessingException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ContextStateProcessingException
public ContextStateProcessingException()
-
ContextStateProcessingException
public ContextStateProcessingException(Throwable cause)
-
ContextStateProcessingException
public ContextStateProcessingException(String message)
-
ContextStateProcessingException
public ContextStateProcessingException(String message, Throwable cause)
-
-