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, toString
public LspsException(String message)
message
- public LspsException(Throwable cause)
cause
- public Map<Long,String> getModelInstanceStates()
ILspsException
getModelInstanceStates
in interface ILspsException
public void setModelInstanceStates(Map<Long,String> modelInstanceStates)
ILspsException
setModelInstanceStates
in interface ILspsException
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.