Salt  3.3.6-SNAPSHOT
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

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

The invalid object itself.

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

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

Returns