|
Esri Geoportal Server 1.2.9
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.esri.gpt.framework.context.ApplicationException
com.esri.gpt.catalog.search.SearchException
public class SearchException
General exception class used by package. Can get messages from property files too.
| Constructor Summary | |
|---|---|
SearchException(Exception exception)
Instantiates a new search exception. |
|
SearchException(String detailedMessage)
Instantiates a new search exception. |
|
SearchException(String detailedMessage,
Object[] args)
Instantiates a new search exception. |
|
SearchException(String detailedMessage,
Throwable exception)
Instantiates a new search exception. |
|
SearchException(String detailedMessage,
Throwable exception,
Object[] args)
Instantiates a new search exception. |
|
| Method Summary | |
|---|---|
boolean |
getHasUserMessage()
Checks if exception should be changed to a gui type exception. |
| 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 SearchException(String detailedMessage)
detailedMessage - the detailed message
public SearchException(String detailedMessage,
Object[] args)
detailedMessage - the detailed messageargs - the arguments to be put into the messagepublic SearchException(Exception exception)
exception - Exception to be included
public SearchException(String detailedMessage,
Throwable exception)
exception - the exceptiondetailedMessage - the detailed message
public SearchException(String detailedMessage,
Throwable exception,
Object[] args)
detailedMessage - the detailed messageexception - the exceptionargs - the args for the detailed message| Method Detail |
|---|
public boolean getHasUserMessage()
|
Esri Geoportal Server 1.2.9
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||