Package org.ourgrid.common.exception

Exception Summary
CouldNotGenerateKeyException This class represents a signal that some problem during the generation of a key has occurred.
IllegalStateException This exception is commonly used when an object reaches an illegal state.
InvalidExpressionException Thrown when any translation is impossible.
InvalidIntervalModificationException Case the modification of the interval is invalid.
MyGridXMLException Description: This class represents a super class to all exceptions of XML that MyGrid can throw.
NotEnoughGumSpecsException Case the number of GuMSpecs required is more than the available.
OurgridException This class is the Mother-Exception of the MyGrid.
RequestAlreadyExistsException RequestAlreadyExistsException indicates that a request already exists.
SyntacticalErrorAtExpressionException Used by the Matcher to signalize that the expression provided to match is syntactically wrong.
TokenErrorException Used to signalize that a part of the expression is syntactically malformed.
TooManyExpressionsException As the Minimize Library works only with alphabetical characters, and we use this library to get DNF, we are restricted to use only 52 characters and, eventually, 52 different expression at JDF's requirements.
UnableToCreatePlaypenException Signals that the creation of Playpen was not possible due to some problem.
UnableToCreateStorageException Signals that the creation of Storage Directory was not possible due to some problem.
UnableToDigestFileException This class represents an Exception thrown when it is not possible to get a digest representation (hash) from a particular file
UnavailableGumException  
XMLParserException Description: This class represents an exception thrown when has the XML is not well-formed.