public class UnSavedParentModelsException extends KernelException
Constructor and Description |
---|
UnSavedParentModelsException(java.util.Collection<NamedObj> namedObjects,
java.lang.String message)
Create a new UnSavedParentModelsException with the caused NamedObjs and
given message.
|
_setCause, _setMessage, generateMessage, generateMessage, generateMessage, getCause, getFullName, getMessage, getName, getNameable1, getNameable2, printStackTrace, printStackTrace, printStackTrace, stackTraceToString
public UnSavedParentModelsException(java.util.Collection<NamedObj> namedObjects, java.lang.String message)
namedObjects
- The instances of NamedObj that cause this exception.message
- The given message for the exception.