org.w3c.rdfpic.core
Class PHWarning

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.io.IOException
                    |
                    +--org.w3c.rdfpic.core.PHException
                          |
                          +--org.w3c.rdfpic.core.PHWarning
Direct Known Subclasses:
PH_noWrite

public class PHWarning
extends PHException

A PH error that might be OK. If you use PH only to read, for instance, then a no-writable error is acceptable. PH will survive these errors.

See Also:
Serialized Form

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

PHWarning

public PHWarning()

PHWarning

public PHWarning(java.lang.String err)