|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SCoTException | |
de.goerntkai.scot.app.document | Provides for handling SCoT documents and their contents. |
de.goerntkai.scot.app.misc | Provides for miscellaneous jobs. |
Uses of SCoTException in de.goerntkai.scot.app.document |
Methods in de.goerntkai.scot.app.document that throw SCoTException | |
void |
TablerowBlock.add(java.lang.String line)
Adds another component from a line string. |
void |
TableBlock.add(java.lang.String line)
Adds a new tablerow to the components. |
void |
SimpleBlock.add(java.lang.String line)
Adds another component from a line string. |
abstract void |
SCoTBlock.add(java.lang.String line)
Adds another component from a line string. |
void |
ListBlock.add(java.lang.String line)
Adds a new element to the components. |
void |
FragmentBlock.add(java.lang.String line)
Adds a new element to the components. |
void |
DivisionBlock.add(java.lang.String line)
Adds a new element to the components. |
Constructors in de.goerntkai.scot.app.document that throw SCoTException | |
TablerowBlock(java.lang.String line)
This constructor parses the given line. |
|
TableBlock(java.lang.String line)
This constructor interpretes the given line. |
|
SimpleElement(java.lang.String line)
Inherited from the SCoTElement . |
|
SimpleBlock(java.lang.String line)
This constructor interpretes the given line. |
|
SCoTElement(java.lang.String line)
This constructor interpretes and parses the given line. |
|
ListBlock(java.lang.String line)
Deprecated. |
|
ListBlock(java.lang.String line,
Configuration aConfiguration)
This constructor interpretes the given line. |
|
DivisionBlock(java.lang.String line,
Configuration aConfiguration)
This constructor interpretes the given line. |
|
CommentElement(java.lang.String line)
Inherited from the SCoTElement . |
|
AnchorElement(java.lang.String line)
Inherited from the SCoTElement . |
Uses of SCoTException in de.goerntkai.scot.app.misc |
Methods in de.goerntkai.scot.app.misc that throw SCoTException | |
static SCoTBlock |
BlockFactory.createBlock(java.lang.String line,
Configuration aConfiguration)
Creates the proper kind of SCoTBlock for the line. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |