Class MapperException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- uk.ac.warwick.dcs.sherlock.module.web.exceptions.MapperException
-
- All Implemented Interfaces:
java.io.Serializable
public class MapperException extends java.lang.Exception
Thrown when the "addMatch" method in LineMapper is called after the "Fill" method has already ran- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MapperException(java.lang.String errorMessage)
-