org.opennms.web.map.db.config
Class MapsFactoryConfigurationError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by org.opennms.web.map.db.config.MapsFactoryConfigurationError
All Implemented Interfaces:
Serializable

public class MapsFactoryConfigurationError
extends Error

Thrown when a problem with configuration with the Maps Factories exists. This error will typically be thrown when the class of a maps factory specified in the property file 'appmap.properties' cannot be found or instantiated.

See Also:
Serialized Form

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

MapsFactoryConfigurationError

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


MapsFactoryConfigurationError

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

Parameters:
msg - The error message for the exception.

MapsFactoryConfigurationError

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

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

MapsFactoryConfigurationError

public MapsFactoryConfigurationError(Exception e)
Create a new MapsFactoryConfigurationError with a given Exception base cause of the error.

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


Copyright © 2009. All Rights Reserved.