4A Server -  2.0
 All Classes Namespaces Files Functions Variables Enumerator
cz.vutbr.fit.knot.annotations.app.TextModification.TextModificationException Class Reference

Class for throwing exceptions which are directly related to some text modification. More...

Inheritance diagram for cz.vutbr.fit.knot.annotations.app.TextModification.TextModificationException:
Inheritance graph
Collaboration diagram for cz.vutbr.fit.knot.annotations.app.TextModification.TextModificationException:
Collaboration graph

Public Member Functions

 TextModificationException ()
 
 TextModificationException (String msg)
 
 TextModificationException (String msg, TextModification tm)
 
TextModification getTextModification ()
 

Private Attributes

TextModification _tm
 

Detailed Description

Class for throwing exceptions which are directly related to some text modification.

Class for throwing exceptions which are directly related to some text modification.

Definition at line 29 of file TextModification.java.

Constructor & Destructor Documentation

cz.vutbr.fit.knot.annotations.app.TextModification.TextModificationException.TextModificationException ( )

Constructor

Definition at line 34 of file TextModification.java.

cz.vutbr.fit.knot.annotations.app.TextModification.TextModificationException.TextModificationException ( String  msg)

Constructor

Parameters
msgMessage

Definition at line 41 of file TextModification.java.

cz.vutbr.fit.knot.annotations.app.TextModification.TextModificationException.TextModificationException ( String  msg,
TextModification  tm 
)

Constructor

Parameters
msgMessage
tmRelated text modification

Definition at line 51 of file TextModification.java.

Member Function Documentation

TextModification cz.vutbr.fit.knot.annotations.app.TextModification.TextModificationException.getTextModification ( )

Gets related text modification

Returns
Returns related text modification

Definition at line 61 of file TextModification.java.

Member Data Documentation

TextModification cz.vutbr.fit.knot.annotations.app.TextModification.TextModificationException._tm
private

Related text modification

Definition at line 31 of file TextModification.java.


The documentation for this class was generated from the following file: