alice.tuprolog.lib
Class InvalidObjectIdException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byalice.tuprolog.PrologException
              extended byalice.tuprolog.lib.InvalidObjectIdException
All Implemented Interfaces:
java.io.Serializable

public class InvalidObjectIdException
extends PrologException

This exception is raised when a not valid identifier is used to register an object in the JavaLibrary

See Also:
JavaLibrary, Serialized Form

Constructor Summary
InvalidObjectIdException()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidObjectIdException

public InvalidObjectIdException()


DEIS, Universita' di Bologna, Sede di Cesena