Class MalformedUrlException

  • All Implemented Interfaces:
    Serializable

    public class MalformedUrlException
    extends RuntimeException
    Creates a malformed URL runtime exception. The exception is intended to be used with configuration URLs rather than URLs that are supplied by users. Validation of configuration input should be done at an earlier point.
    See Also:
    Serialized Form
    • Constructor Detail

      • MalformedUrlException

        public MalformedUrlException()
        Constructs a MalformedUrlException with no detail message.
      • MalformedUrlException

        public MalformedUrlException​(String aMessage)
        Constructs a MalformedUrlException with the specified detail message.
        Parameters:
        aMessage - A detail message.