org.opennms.web.map.view
Class VElementNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.opennms.web.map.MapsException
              extended by org.opennms.web.map.view.VElementNotFoundException
All Implemented Interfaces:
Serializable

public class VElementNotFoundException
extends MapsException

Signals that an attempt to obtain the node denoted by a specified identifier has failed.

See Also:
Serialized Form

Constructor Summary
VElementNotFoundException()
          Create a new NetworkNodeNotFoundException with no detail message.
VElementNotFoundException(String msg)
          Create a new NetworkNodeNotFoundException with the String specified as an error message.
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VElementNotFoundException

public VElementNotFoundException()
Create a new NetworkNodeNotFoundException with no detail message.


VElementNotFoundException

public VElementNotFoundException(String msg)
Create a new NetworkNodeNotFoundException with the String specified as an error message.

Parameters:
msg - The error message for the exception.


Copyright © 2009. All Rights Reserved.