Class UnknownTypeException

    • Constructor Detail

      • UnknownTypeException

        public UnknownTypeException​(String message)
        Constructs a new unknown type exception with the specified detail message.
        Parameters:
        message - The detail message.
      • UnknownTypeException

        public UnknownTypeException​(String message,
                                    Throwable cause)
        Constructs a new unknown type exception with the specified detail message and cause.
        Parameters:
        message - The detail message.
        cause - The cause.
      • UnknownTypeException

        public UnknownTypeException​(Throwable cause)
        Constructs a new unknown type exception with the specified cause.
        Parameters:
        cause - The cause.