|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractDB2SAException | |
---|---|
name.angoca.db2sa.cli | This package contains the interfaces that have to be implemented in order to
provide a user interface. Control Version 0.1 Package creation. 1.0 Moved to version 1. |
name.angoca.db2sa.cli.exceptions | This package contains all the exception generated while performing IO
operations. Control Version 0.1 Package creation. 1.0 Moved to version 1. |
name.angoca.db2sa.cli.jline | This package contains implementation of the UI with JLine. |
name.angoca.db2sa.cli.system | This package contains implementation of the UI in a pure Java way, using the System.In and System.out classes. |
name.angoca.db2sa.core | This package has all the components that are part of the core. |
name.angoca.db2sa.core.lexical.exceptions | Exceptions at lexical level. Control Version 0.1 Package creation. 0.2 Organized. 1.0 Moved to version 1. |
name.angoca.db2sa.core.syntax.graph.exception | Exceptions for the graph. Control Version 0.1 Package creation. 0.2 Organized. 1.0 Moved to version 1. |
name.angoca.db2sa.readers.exceptions | This package contains all the exception generated when reading the
application configuration or the grammar file. Control Version 0.1 Package creation. 1.0 Moved to version 1. |
Uses of AbstractDB2SAException in name.angoca.db2sa.cli |
---|
Methods in name.angoca.db2sa.cli that throw AbstractDB2SAException | |
---|---|
abstract void |
AbstractInterfaceController.start()
Starts to read commands from the user and process them. |
Uses of AbstractDB2SAException in name.angoca.db2sa.cli.exceptions |
---|
Subclasses of AbstractDB2SAException in name.angoca.db2sa.cli.exceptions | |
---|---|
class |
InputReaderException
This exception represents any input problem. Control Version 0.0.1 Class creation. 0.1.0 Exception instead of IOException. 1.0.0 Moved to version 1. |
class |
OutputWriterException
This exception represents any output problem. Control Version 0.0.1 Class creation. 1.0.0 Moved to version 1. |
class |
UIException
This exception represents any IO problem. Control Version 0.0.1 Class creation. 1.0.0 Moved to version 1. |
Uses of AbstractDB2SAException in name.angoca.db2sa.cli.jline |
---|
Methods in name.angoca.db2sa.cli.jline that throw AbstractDB2SAException | |
---|---|
void |
JlineInterfaceController.start()
Start to read commands from the user and process them. |
Uses of AbstractDB2SAException in name.angoca.db2sa.cli.system |
---|
Methods in name.angoca.db2sa.cli.system that throw AbstractDB2SAException | |
---|---|
void |
SystemInterfaceController.start()
Start to read commands from the user and process them. |
Uses of AbstractDB2SAException in name.angoca.db2sa.core |
---|
Methods in name.angoca.db2sa.core that throw AbstractDB2SAException | |
---|---|
static ReturnOptions |
InterfaceCore.analyzePhrase(String phrase)
Process the phrase written by the user and prints its result. |
static ExecutionState |
InterfaceCore.executeCommand(String command,
OutputWriter writer)
Execute the given command. |
Uses of AbstractDB2SAException in name.angoca.db2sa.core.lexical.exceptions |
---|
Subclasses of AbstractDB2SAException in name.angoca.db2sa.core.lexical.exceptions | |
---|---|
class |
InvalidTokenException
This exception represents the creation of an invalid token. |
Uses of AbstractDB2SAException in name.angoca.db2sa.core.syntax.graph.exception |
---|
Subclasses of AbstractDB2SAException in name.angoca.db2sa.core.syntax.graph.exception | |
---|---|
class |
DuplicateNodeException
This exception is thrown when the grammar file has two nodes with the same id. Control Version 0.0.1 Class creation. 1.0.0 Moved to version 1. |
class |
EndingNodeNotDefinedException
EndingingNode not defined.. Control Version 0.0.1 Class creation. 1.0.0 Moved to version 1. |
class |
GrammarFileException
This class represents all possibles problems in the grammar file. Control Version 0.0.1 Class creation. 0.0.2 Get Message. 1.0.0 Moved to version 1. |
class |
InvalidGraphException
This exception represents a problem in the structure of the graph that represents the grammar. Control Version 0.0.1 Class creation. 0.1.0 Recommendations from PMD. 0.1.1 Hierarchy of exceptions (default constructor). 1.0.0 Moved to version 1. |
class |
StartingNodeNotDefinedException
StartingNode not defined.. Control Version 0.0.1 Class creation. 1.0.0 Moved to version 1. |
Uses of AbstractDB2SAException in name.angoca.db2sa.readers.exceptions |
---|
Subclasses of AbstractDB2SAException in name.angoca.db2sa.readers.exceptions | |
---|---|
class |
AbstractReaderException
This class represents any exception generated when using a reader. Control Version 0.0.1 Class creation. 0.1.0 One constructor. 1.0.0 Moved to version 1. |
class |
ConfigurationFileCorruptException
This exception is raised when the configuration file has an invalid structure. Control Version 0.0.1 Class creation. 0.0.2 Recommendations from PMD. 0.1.0 getMessage. 1.0.0 Moved to version 1. |
class |
ConfigurationFileNotFoundException
The configuration file was not found. Control Version 0.0.1 Class creation. 0.1.0 Recommendations from PMD. 0.2.0 getMessage. 1.0.0 Moved to version 1. |
class |
ConfigurationFileProblemException
This exception is raised when an unknown problem in the file was occurred. Control Version 0.0.1 Class creation. 0.1.0 Recommendations from PMD. 1.0.0 Moved to version 1. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |