Inflection
Morphology Inflection
Loading...
Searching...
No Matches
Classes
inflection::exception Namespace Reference

All exception classes in Inflection. More...

Classes

class  ClassCastException
 Used to indicate an error casting from one class to other. More...
 
class  Exception
 Base exception class for all exceptions in Inflection. More...
 
class  FileNotFoundException
 Used to indicate a missing file. More...
 
class  ICUException
 Used to indicate an error utilizing the ICU unicode library. More...
 
class  IllegalArgumentException
 Used to indicate an illegal argument to a function. More...
 
class  IllegalStateException
 Used to indicate that a datastructure is in an unknown or bad state. More...
 
class  IncompatibleVersionException
 Thrown when a file loaded by Inflection has an incompatible version identifier. More...
 
class  IndexOutOfBoundsException
 Used to indicate that an attempt to access an out of bounds index was made. More...
 
class  InvalidConfigurationException
 Used to indicate that a loaded configuration is invalid. More...
 
class  IOException
 Used to indicate a general IO error. More...
 
class  MissingResourceException
 Used to indicate a resource that is required by Inflection is missing. More...
 
class  NullPointerException
 Used to indicate a pointer is null after a null pointer check. More...
 
class  RuntimeException
 Used to indicate a generic exception occurring at runtime. More...
 
class  Throwable
 Provides basic capabilities to Exceptions in Inflection. More...
 
class  XMLParseException
 Used to indicate an error parsing XML documents. More...
 

Detailed Description

All exception classes in Inflection.