org.opennms.web.map
Class MapsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.opennms.web.map.MapsException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
MapNotFoundException, MapsManagementException, VElementNotChildException, VElementNotFoundException

public class MapsException
extends Exception

Generic maps exception.

Author:
Antonio Russo, DJ Gregor
See Also:
Serialized Form

Constructor Summary
MapsException()
          Create a new MapsException with no detail mesage.
MapsException(Exception e)
          Create a new MapsException with a given Exception base cause of the exception.
MapsException(String msg)
          Create a new MapsException with the String specified as an error message.
MapsException(String msg, Exception e)
          Create a new MapsException with the given Exception base cause and detail 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

MapsException

public MapsException()
Create a new MapsException with no detail mesage.


MapsException

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

Parameters:
msg - The error message for the exception.

MapsException

public MapsException(String msg,
                     Exception e)
Create a new MapsException with the given Exception base cause and detail message.

Parameters:
msg - The detail message.
e - The exception to be encapsulated in a MapsException

MapsException

public MapsException(Exception e)
Create a new MapsException with a given Exception base cause of the exception.

Parameters:
e - The exception to be encapsulated in a MapsException


Copyright © 2009. All Rights Reserved.