Package | Description |
---|---|
charger.db |
Classes related to the database access part of CharGer.
|
charger.exception |
Classes for all the CharGer system's exceptions (i.e., Throwables)
|
Modifier and Type | Method and Description |
---|---|
EditFrame |
TextDatabase.setupGraph(int key)
Creates a new editing window with a graph already created for accessing
this database.
|
Modifier and Type | Class and Description |
---|---|
class |
CGActorException
Exceptions related to problems with updating actors, including improper arguments.
|
class |
CGContextException
Exceptions related to problems with contexts, such as overlapping contexts,
coreference links badly formed, etc.
|
class |
CGEncodingException
Indicates an encoding exception, typically that a string or file was not
UTF-8 compliant.
|
class |
CGFileException
Exceptions related to syntax problems with saving, opening, etc.
|
class |
CGSyntaxException
Exceptions related to problems with syntax, parsing, etc.
|