|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.fosstrak.llrp.commander.ExceptionHandler
public class ExceptionHandler
Exception Handler that processes Exceptions triggered in the AdaptorManagement. The Exceptions get reported via a dialog box to the user.
| Constructor Summary | |
|---|---|
ExceptionHandler(org.eclipse.swt.widgets.Shell aShell)
|
|
| Method Summary | |
|---|---|
void |
postExceptionToGUI(LLRPExceptionHandlerTypeMap exceptionType,
LLRPRuntimeException e,
java.lang.String adaptorName,
java.lang.String readerName)
This method will be called asynchronously whenever an Exception is triggered. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ExceptionHandler(org.eclipse.swt.widgets.Shell aShell)
| Method Detail |
|---|
public void postExceptionToGUI(LLRPExceptionHandlerTypeMap exceptionType,
LLRPRuntimeException e,
java.lang.String adaptorName,
java.lang.String readerName)
LLRPExceptionHandler
postExceptionToGUI in interface LLRPExceptionHandlerexceptionType - a type-map describing the exception.e - the exception itself.adaptorName - the adapter that triggered the exception.readerName - the reader that triggered the exception.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||