org.ws4d.java.types
Class MalformedURIException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.ws4d.java.types.MalformedURIException
All Implemented Interfaces:
java.io.Serializable

public class MalformedURIException
extends java.lang.Exception

Exception to keep an eye on malformed URIs.

See Also:
Serialized Form

Constructor Summary
MalformedURIException()
           
MalformedURIException(java.lang.String s)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MalformedURIException

public MalformedURIException()

MalformedURIException

public MalformedURIException(java.lang.String s)