All Downloads are FREE. Search and download functionalities are using the official Maven repository.

public.javadoc.org.spincast.core.exceptions.CantConvertException.html Maven / Gradle / Ivy

There is a newer version: 2.2.0
Show newest version






CantConvertException (org.spincast:spincast-framework 1.0.0 API)












org.spincast.core.exceptions

Class CantConvertException

  • All Implemented Interfaces:
    Serializable


    public class CantConvertException
    extends RuntimeException
    Exception thrown when an element from a JsonObject or from a JsonArray can't be converted to the requested type.
    See Also:
    Serialized Form
    • Constructor Detail

      • CantConvertException

        public CantConvertException(String actualType,
                                    String invalidTargetType,
                                    Object value)
        Constructor
    • Method Detail

      • getActualType

        public String getActualType()
      • getInvalidTargetType

        public String getInvalidTargetType()
      • getValue

        public Object getValue()

Copyright © 2019. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy