org.w3c.rdfpic.core
Class PH_notFound

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

public class PH_notFound
extends PHException

Thrown by ProtocolHandler if its URL seems otherwise legal but the file is not found.

See Also:
Serialized Form

Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
PH_notFound()
           
PH_notFound(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_notFound

public PH_notFound()

PH_notFound

public PH_notFound(java.lang.String err)