ninja.activeproxy.path.pxset
Class PathXSetServiceNotFoundException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--ninja.activeproxy.path.pxset.PathXSetServiceNotFoundException

public class PathXSetServiceNotFoundException
extends java.lang.Exception

This exception class deals with stuff that is not Found when you are trying to remove an "existing" instance of it example operator in XSet, node in Graph etc. I merged the different Exception Classes, because I was not sure it made a difference

See Also:
Serialized Form

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

PathXSetServiceNotFoundException

public PathXSetServiceNotFoundException()