Package uk.co.terminological.rjava
Class IncompatibleTypeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
uk.co.terminological.rjava.IncompatibleTypeException
- All Implemented Interfaces:
Serializable
This gets thrown when a datatype transformation cannot continue due to a fundamentally uncatchable condition.
- Version:
- $Id: $Id
- Author:
- terminological
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionIncompatibleTypeException(String string) Constructor for IncompatibleTypeException.Constructor for IncompatibleTypeException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IncompatibleTypeException
Constructor for IncompatibleTypeException.
- Parameters:
string- aStringobject
-
IncompatibleTypeException
Constructor for IncompatibleTypeException.
- Parameters:
string- aStringobjecte- aUnconvertableTypeExceptionobject
-