public class LspsRuntimeException extends RuntimeException implements ILspsException
| Constructor and Description |
|---|
LspsRuntimeException(String message)
Creates new instance.
|
LspsRuntimeException(String message,
Throwable cause)
Creates new instance.
|
LspsRuntimeException(Throwable cause)
Creates new instance.
|
| Modifier and Type | Method and Description |
|---|---|
Map<Long,String> |
getModelInstanceStates()
Returns map of model instance id -> model instance states when exception occurs.
|
void |
setModelInstanceStates(Map<Long,String> modelInstanceStates)
Sets the map of model instance id -> model instance states.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic LspsRuntimeException(String message, Throwable cause)
message - cause - public LspsRuntimeException(String message)
message - public LspsRuntimeException(Throwable cause)
cause - public Map<Long,String> getModelInstanceStates()
ILspsExceptiongetModelInstanceStates in interface ILspsExceptionpublic void setModelInstanceStates(Map<Long,String> modelInstanceStates)
ILspsExceptionsetModelInstanceStates in interface ILspsExceptionCopyright © 2007-2020 Whitestein Technologies. All Rights Reserved.