Class MappingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.github.timo_reymann.csv_parser.exception.MappingException
-
- All Implemented Interfaces:
Serializable
public class MappingException extends RuntimeException
Error during mapping- Since:
- 20.12.17
- Author:
- Timo Reymann
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MappingException(String msg)
Create mapping exception
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
MappingException
public MappingException(String msg)
Create mapping exception- Parameters:
msg
- Message to display for the user
-
-