org.opennms.web.map.view
Class VElementNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.opennms.web.map.MapsException
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.