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.SaltParameterException Class Reference

This exception class is thrown, when a wrong parameter was passed to a method in the Salt api. More...

Inherits org.corpus_tools.salt.exceptions.SaltException.

Public Member Functions

 SaltParameterException (String parameterName, String methodName, Class<? extends Object > clazz)
 
 SaltParameterException (String parameterName, String methodName, Class<? extends Object > clazz, String msg)
 
 SaltParameterException (String s)
 
 SaltParameterException (String s, Throwable ex)
 
- Public Member Functions inherited from org.corpus_tools.salt.exceptions.SaltException
 SaltException (String s)
 
 SaltException (String s, Throwable ex)
 

Detailed Description

This exception class is thrown, when a wrong parameter was passed to a method in the Salt api.

Author
Florian Zipser