Package com.github.javaxcel.exception
Class NotExistConverterException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.github.javaxcel.exception.NotExistConverterException
- All Implemented Interfaces:
Serializable
public class NotExistConverterException extends RuntimeException
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description NotExistConverterException(Class<?> type)NotExistConverterException(String message, Class<?> type)NotExistConverterException(String message, Throwable cause, Class<?> type)NotExistConverterException(Throwable cause, Class<?> type) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString