public class LspsException extends Exception implements ILspsException
| Constructor and Description |
|---|
LspsException(String message)
Creates new instance.
|
LspsException(String message,
Throwable cause)
Creates new instance.
|
LspsException(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 LspsException(String message)
message - public LspsException(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.