Salt  3.4.2
A powerful, tagset-independent and theory-neutral meta model and API for storing, manipulating, and representing nearly all types of linguistic data .
org.corpus_tools.salt.exceptions.SaltException Class Reference

This class is highest exception. More...

Inherits RuntimeException.

Inherited by org.corpus_tools.salt.exceptions.SaltElementNotInGraphException, org.corpus_tools.salt.exceptions.SaltInvalidModelException, org.corpus_tools.salt.exceptions.SaltParameterException, org.corpus_tools.salt.exceptions.SaltResourceException, org.corpus_tools.salt.exceptions.SaltSampleException, org.corpus_tools.salt.exceptions.SaltTokenizerException, and org.corpus_tools.salt.exceptions.SaltTraverserException.

Public Member Functions

 SaltException (String s)
 
 SaltException (String s, Throwable ex)
 

Detailed Description

This class is highest exception.

All SaltException classes are derived from this class. It can be instantiated, if no other Exception matches to the problem.

Author
Florian Zipser