public class UnrecognisedFieldNameException extends RuntimeException
Exception thrown by methods in CMPFields
if an arbitrary CMP field name is referenced but support for arbitrary CMP fields has not been enabled.
Constructor and Description |
---|
UnrecognisedFieldNameException(String message)
Create an
UnrecognisedFieldNameException with a detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public UnrecognisedFieldNameException(String message)
Create an UnrecognisedFieldNameException
with a detail message.
message
- the detail message.