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.util.internal.Invalidity Class Reference

Public Member Functions

 Invalidity (Object invalidObject, String reason)
 
String getReason ()
 A human readable description, why the getInvalidObject() is invalid. More...
 
Object getInvalidObject ()
 The invalid object itself. More...
 
int hashCode ()
 
boolean equals (Object obj)
 
String toString ()
 

Member Function Documentation

◆ getInvalidObject()

Object org.corpus_tools.salt.util.internal.Invalidity.getInvalidObject ( )

The invalid object itself.

Returns

◆ getReason()

String org.corpus_tools.salt.util.internal.Invalidity.getReason ( )

A human readable description, why the getInvalidObject() is invalid.

Returns