Package matlabcontrol.link
Class UnassignableReturnException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- matlabcontrol.link.UnassignableReturnException
-
- All Implemented Interfaces:
java.io.Serializable
public class UnassignableReturnException extends java.lang.RuntimeExceptionThe type to be returned is not assignable to the return type. This exception is conceptually similar to aClassCastExceptionexcept that it is thrown before the cast would ever occur. For primitive return types, this is similar to aNullPointerExceptionbeing thrown when the return value isnulland therefore cannot be un-boxed.- Since:
- 4.2.0
- See Also:
- Serialized Form