Semantic Mapper exceptions
Codec plug-ins should never need to construct or throw SemanticMapperException objects, but they need to be able to catch them if they are thrown from the SemanticMapper.sendNormalisedEvent method when it is called by the event codec.
SemanticMapperException has exactly the same set of constructors as the CodecException class described above. The only significant difference is the set of error codes.
See the
SemanticMapperException class in the
API Reference for Java (Javadoc) for more information on the constructors and error codes.