|
||||||||||
| 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.fosstrak.llrp.adaptor.exception.LLRPRuntimeException
public class LLRPRuntimeException
Exception class. This class acts as the top level exception for the llrp exception messages.
| Field Summary | |
|---|---|
protected LLRPExceptionHandlerTypeMap |
exceptionType
|
| Constructor Summary | |
|---|---|
LLRPRuntimeException()
default constructor. |
|
LLRPRuntimeException(java.lang.Exception e)
constructor from another exception. |
|
LLRPRuntimeException(java.lang.String message)
constructor with exception message. |
|
LLRPRuntimeException(java.lang.String message,
LLRPExceptionHandlerTypeMap exceptionType)
constructor with exception message and exception type. |
|
| Method Summary | |
|---|---|
LLRPExceptionHandlerTypeMap |
getExceptionType()
gets the exception type. |
void |
setExceptionType(LLRPExceptionHandlerTypeMap exceptionType)
sets the exception type. |
| 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 |
| Field Detail |
|---|
protected LLRPExceptionHandlerTypeMap exceptionType
| Constructor Detail |
|---|
public LLRPRuntimeException()
public LLRPRuntimeException(java.lang.String message)
message - the exception message.
public LLRPRuntimeException(java.lang.String message,
LLRPExceptionHandlerTypeMap exceptionType)
message - the exception message.exceptionType - the exception type.public LLRPRuntimeException(java.lang.Exception e)
e - the other exception.| Method Detail |
|---|
public void setExceptionType(LLRPExceptionHandlerTypeMap exceptionType)
exceptionType - the exception type.public LLRPExceptionHandlerTypeMap getExceptionType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||