Package org.zalando.typemapper.exception
Class NotsupportedTypeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.zalando.typemapper.exception.NotsupportedTypeException
-
- All Implemented Interfaces:
Serializable
public class NotsupportedTypeException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NotsupportedTypeException()NotsupportedTypeException(String arg0)NotsupportedTypeException(String arg0, Throwable arg1)NotsupportedTypeException(Throwable arg0)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-