org.w3c.rdfpic.core
Class PHException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.io.IOException
                    |
                    +--org.w3c.rdfpic.core.PHException
Direct Known Subclasses:
PH_badURL, PH_IOError, PH_noRead, PH_notFound, PH_noURL, PH_unknownProtocol, PHWarning

public class PHException
extends java.io.IOException

A generic exception by ProtocolHandler

See Also:
Serialized Form

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

PHException

public PHException()

PHException

public PHException(java.lang.String err)