pamvotis.exceptions
Class ElementDoesNotExistException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by pamvotis.exceptions.ElementDoesNotExistException
All Implemented Interfaces:
java.io.Serializable

public class ElementDoesNotExistException
extends java.lang.Exception

Handles Exceptions related to invalid definition of node or source ID. For example, the function getNode(3) is called, but the used did not configure any node with ID 3.

Author:
Dimitris El. Vassis
See Also:
Serialized Form

Constructor Summary
ElementDoesNotExistException(java.lang.String msg)
          Prints a message configured by the entity thrown the exception.
 
Method Summary
 
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

ElementDoesNotExistException

public ElementDoesNotExistException(java.lang.String msg)
Prints a message configured by the entity thrown the exception.

Parameters:
msg - The message to be printed.