Class CoercionNotFoundException

    • Constructor Summary

      Constructors 
      Constructor Description
      CoercionNotFoundException​(java.lang.String message, AvailableValues availableValues, java.lang.Class<?> sourceType, java.lang.Class<?> targetType)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Class<?> getSourceType()
      Returns the source type.
      java.lang.Class<?> getTargetType()
      Returns the target type.
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Method Detail

      • getSourceType

        public java.lang.Class<?> getSourceType()
        Returns the source type.
      • getTargetType

        public java.lang.Class<?> getTargetType()
        Returns the target type.