public class ProjectionConfigurationException extends java.lang.Exception
CustomProjection
, where a parameter string is parsed
and converted to a projection.Constructor and Description |
---|
ProjectionConfigurationException(java.lang.String message)
Constructs a new
ProjectionConfigurationException . |
ProjectionConfigurationException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new
ProjectionConfigurationException . |
ProjectionConfigurationException(java.lang.Throwable cause)
Constructs a new
ProjectionConfigurationException . |
public ProjectionConfigurationException(java.lang.String message, java.lang.Throwable cause)
ProjectionConfigurationException
.message
- the detail message (which is saved for later retrieval
by the Throwable.getMessage()
method).cause
- the cause (which is saved for later retrieval by the
Throwable.getCause()
method). (A null
value is
permitted, and indicates that the cause is nonexistent or unknown.)public ProjectionConfigurationException(java.lang.String message)
ProjectionConfigurationException
.message
- the detail message. The detail message is saved for
later retrieval by the Throwable.getMessage()
method.public ProjectionConfigurationException(java.lang.Throwable cause)
ProjectionConfigurationException
.cause
- the cause (which is saved for later retrieval by the
Throwable.getCause()
method). (A null
value is
permitted, and indicates that the cause is nonexistent or unknown.)