org.opennms.web.element
Class ElementIdNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.opennms.web.element.ElementIdNotFoundException
All Implemented Interfaces:
Serializable

public class ElementIdNotFoundException
extends RuntimeException

See Also:
Serialized Form

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)
           
ElementIdNotFoundException(String msg, String id, String elemType, String browseUri)
           
ElementIdNotFoundException(String msg, String id, String elemType, String detailUri, String detailParam, String browseUri)
           
 
Method Summary
 String getBadID()
           
 String getBrowseUri()
           
 String getDetailParam()
           
 String getDetailUri()
           
 String getElemType()
           
 String getElemType(boolean initialCap)
           
 String getMessage()
           
 
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

badId

protected String badId

message

protected String message

elemType

protected String elemType

detailUri

protected String detailUri

detailParam

protected String detailParam

browseUri

protected String browseUri
Constructor Detail

ElementIdNotFoundException

public ElementIdNotFoundException(String msg,
                                  String id,
                                  String elemType,
                                  String detailUri,
                                  String detailParam,
                                  String browseUri)

ElementIdNotFoundException

public ElementIdNotFoundException(String msg,
                                  String id,
                                  String elemType,
                                  String browseUri)

ElementIdNotFoundException

public ElementIdNotFoundException(String msg,
                                  String id,
                                  String elemType)
Method Detail

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable

getBadID

public String getBadID()

getElemType

public String getElemType()

getElemType

public String getElemType(boolean initialCap)

getDetailUri

public String getDetailUri()

getDetailParam

public String getDetailParam()

getBrowseUri

public String getBrowseUri()


Copyright © 2009. All Rights Reserved.