org.w3c.rdfpic.core
Class SetupIncompleteException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.w3c.rdfpic.core.SetupIncompleteException

public class SetupIncompleteException
extends java.lang.Exception

An exception indicating that RdfPicCore wasn't correctly setup. Only thrown by constructor.

See Also:
Serialized Form

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

SetupIncompleteException

public SetupIncompleteException()

SetupIncompleteException

public SetupIncompleteException(java.lang.String msg)