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