Package ftbsc.lll.exceptions
Class MappingNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- ftbsc.lll.exceptions.MappingNotFoundException
-
- All Implemented Interfaces:
java.io.Serializable
public class MappingNotFoundException extends java.lang.RuntimeException
Thrown upon failure to find the requested mapping within a loadedIMappingFormat
.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MappingNotFoundException(java.lang.String type, java.lang.String mapping)
Constructs a new mapping not found exception for the specified mapping.
-