public class RecommenderBuildException
extends java.lang.RuntimeException
Exception thrown when there is an error building a recommender.
| Constructor and Description |
|---|
RecommenderBuildException()
Consruct a new recommender build exception.
|
RecommenderBuildException(java.lang.String message)
Construct exception with a message.
|
RecommenderBuildException(java.lang.String message,
java.lang.Throwable cause)
Construct exception with a message and cause.
|
RecommenderBuildException(java.lang.Throwable cause)
Construct an exception with a cause.
|
public RecommenderBuildException()
Consruct a new recommender build exception.
public RecommenderBuildException(java.lang.String message)
Construct exception with a message.
message - The exception’s message.public RecommenderBuildException(java.lang.String message,
java.lang.Throwable cause)
Construct exception with a message and cause.
message - The exception message.cause - The exception cause.public RecommenderBuildException(java.lang.Throwable cause)
Construct an exception with a cause.
cause - The underlying cause of the build exception.