org.w3c.rdfpic.core
Class PH_noRead

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

public class PH_noRead
extends PHException

Thrown by ProtocolHandler on reading errors.

See Also:
Serialized Form

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

PH_noRead()

PH_noRead

PH_noRead(java.lang.String err)