Class MalformedURLException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.codename1.io.MalformedURLException
- All Implemented Interfaces:
Serializable
Thrown when attempting to create a URL that doesn't conform to specification.
See also
- URL
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new exception.MalformedURLException(String message) Creates a new exception with a message. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MalformedURLException
public MalformedURLException()Creates a new exception. -
MalformedURLException
Creates a new exception with a message.
Parameters
message: The message for this exception
-