public class NoWorkArea extends WorkAreaException
UserWorkArea
interface requires an active WorkArea. In other words, a WorkArea was not
begun prior to calling the method. For example doing a:
userWorkArea.remove("key");will fail in the absence of an active WorkArea; however doing a:
userWorkArea.begin("context"); userWorkArea.remove("key');will not throw a NoWorkArea exception.
Constructor and Description |
---|
NoWorkArea() |
NoWorkArea(java.lang.String s) |
getException, getExceptionInfo, getMessage, getOriginalException, getPreviousException, printStackTrace, printStackTrace, printStackTrace, printSuperStackTrace, printSuperStackTrace, setDefaultMessage, setLocalizationInfo