Package java.net
Class MalformedURLException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- java.net.MalformedURLException
-
- All Implemented Interfaces:
Serializable
public class MalformedURLException extends IOException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MalformedURLException()
MalformedURLException(String var0)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
-
-
-
-
Constructor Detail
-
MalformedURLException
public MalformedURLException()
-
MalformedURLException
public MalformedURLException(String var0)
-
-