|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.opennms.web.element.ElementIdNotFoundException
public class ElementIdNotFoundException
ElementIdNotFoundException class.
| Field Summary | |
|---|---|
protected String |
badId
|
protected String |
browseUri
|
protected String |
detailParam
|
protected String |
detailUri
|
protected String |
elemType
|
protected String |
message
|
| Constructor Summary | |
|---|---|
ElementIdNotFoundException(String msg,
String id,
String elemType)
Constructor for ElementIdNotFoundException. |
|
ElementIdNotFoundException(String msg,
String id,
String elemType,
String browseUri)
Constructor for ElementIdNotFoundException. |
|
ElementIdNotFoundException(String msg,
String id,
String elemType,
String detailUri,
String detailParam,
String browseUri)
Constructor for ElementIdNotFoundException. |
|
| Method Summary | |
|---|---|
String |
getBadID()
getBadID |
String |
getBrowseUri()
Getter for the field browseUri. |
String |
getDetailParam()
Getter for the field detailParam. |
String |
getDetailUri()
Getter for the field detailUri. |
String |
getElemType()
Getter for the field elemType. |
String |
getElemType(boolean initialCap)
Getter for the field elemType. |
String |
getMessage()
Getter for the field message. |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected String badId
protected String message
protected String elemType
protected String detailUri
protected String detailParam
protected String browseUri
| Constructor Detail |
|---|
public ElementIdNotFoundException(String msg,
String id,
String elemType,
String detailUri,
String detailParam,
String browseUri)
Constructor for ElementIdNotFoundException.
msg - a String object.id - a String object.elemType - a String object.detailUri - a String object.detailParam - a String object.browseUri - a String object.
public ElementIdNotFoundException(String msg,
String id,
String elemType,
String browseUri)
Constructor for ElementIdNotFoundException.
msg - a String object.id - a String object.elemType - a String object.browseUri - a String object.
public ElementIdNotFoundException(String msg,
String id,
String elemType)
Constructor for ElementIdNotFoundException.
msg - a String object.id - a String object.elemType - a String object.| Method Detail |
|---|
public String getMessage()
Getter for the field message.
getMessage in class ThrowableString object.public String getBadID()
getBadID
String object.public String getElemType()
Getter for the field elemType.
String object.public String getElemType(boolean initialCap)
Getter for the field elemType.
initialCap - a boolean.
String object.public String getDetailUri()
Getter for the field detailUri.
String object.public String getDetailParam()
Getter for the field detailParam.
String object.public String getBrowseUri()
Getter for the field browseUri.
String object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||