Class TypeExtractionException

  • All Implemented Interfaces:
    Serializable

    @Internal
    public class TypeExtractionException
    extends Exception
    Type extraction always contains some uncertainty due to unpredictable JVM differences between vendors or versions. This exception is thrown if an assumption failed during extraction.
    See Also:
    Serialized Form
    • Constructor Detail

      • TypeExtractionException

        public TypeExtractionException()
        Creates a new exception with no message.
      • TypeExtractionException

        public TypeExtractionException​(String message)
        Creates a new exception with the given message.
        Parameters:
        message - The exception message.
      • TypeExtractionException

        public TypeExtractionException​(String message,
                                       Throwable e)
        Creates a new exception with the given message and cause.
        Parameters:
        message - The exception message.
        e - cause