org.w3c.rdfpic.core
Class PH_badURL

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.io.IOException
                    |
                    +--org.w3c.rdfpic.core.PHException
                          |
                          +--org.w3c.rdfpic.core.PH_badURL

public class PH_badURL
extends PHException

Thrown by ProtocolHandler if its URL isn't legal or isn't supported, or is otherwise faulty.

See Also:
Serialized Form

Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
PH_badURL()
           
PH_badURL(java.lang.String err)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, printStackTrace0, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Constructor Detail

PH_badURL

public PH_badURL()

PH_badURL

public PH_badURL(java.lang.String err)