org.opennms.web.map.view
Class VElementNotChildException

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.VElementNotChildException
All Implemented Interfaces:
Serializable

public class VElementNotChildException
extends MapsException

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

See Also:
Serialized Form

Constructor Summary
VElementNotChildException()
          Create a new NetworkNodeNotFoundException with no detail message.
VElementNotChildException(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

VElementNotChildException

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


VElementNotChildException

public VElementNotChildException(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.