Class IncompatibleTypeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
uk.co.terminological.rjava.IncompatibleTypeException
All Implemented Interfaces:
Serializable

public class IncompatibleTypeException extends RuntimeException
This gets thrown when a datatype transformation cannot continue due to a fundamentally uncatchable condition.
Version:
$Id: $Id
Author:
terminological
See Also:
  • Constructor Details

    • IncompatibleTypeException

      public IncompatibleTypeException(String string)

      Constructor for IncompatibleTypeException.

      Parameters:
      string - a String object
    • IncompatibleTypeException

      public IncompatibleTypeException(String string, UnconvertableTypeException e)

      Constructor for IncompatibleTypeException.

      Parameters:
      string - a String object
      e - a UnconvertableTypeException object