Index (Frames) | Index (No Frames) | Package | Package Tree | Tree
java.net

Class MalformedURLException

java.lang.Object
|
+--java.lang.Throwable
   |
   +--java.lang.Exception
      |
      +--java.io.IOException
         |
         +--java.net.MalformedURLException


public class MalformedURLException

extends IOException

This exception indicates that a URL passed to an object was not in a valid format.

Authors:

Constructor Summary

MalformedURLException()

Create a new instance without a descriptive error message.
MalformedURLException(java.lang.String message)

Create a new instance with a descriptive error message.

Constructor Details

MalformedURLException

public MalformedURLException()

Create a new instance without a descriptive error message.


MalformedURLException

public MalformedURLException(java.lang.String message)

Create a new instance with a descriptive error message.

Parameters: