|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Error
org.opennms.web.map.db.config.MapsFactoryConfigurationError
public class MapsFactoryConfigurationError
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.
| 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 |
|---|
public MapsFactoryConfigurationError()
public MapsFactoryConfigurationError(String msg)
msg - The error message for the exception.
public MapsFactoryConfigurationError(String msg,
Exception e)
msg - The detail message.e - The exception to be encapsulated in a FactoryConfigurationErrorpublic MapsFactoryConfigurationError(Exception e)
e - The exception to be encapsulated in a FactoryConfigurationError
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||