Package sofya.base.exceptions

Exception Summary
BadFileFormatException Exception that indicates that a given file contains data that is malformed, corrupted, not the output of a Sofya tool, or otherwise unreadable by the file handler.
CacheException Defines an exception that indicates that something prevented a cache or cache-related operation from being serviced.
DatabaseEOFException Exception that indicates that the end of a database file was encountered prematurely.
DataTypeException Exception that indicates that a file contains data of a different type than was expected at a particular location.
EmptyFileException Defines an exception that indicates that a given file contains no data.
EOLException Exception that indicates that a line ending was encountered prematurely in a database file.
IncompleteClasspathException Defines an exception that indicates that the classpath provided to Sofya appears to be incomplete with respect to the program under analysis.
InterfaceClassfileException Defines an exception that indicates that a class file defines an interface, and the current tool cannot operate on an interface.
LocatableFileException Exception that indicates that a format error was encountered during the reading of a database file that can be traced to a specific location in that file.
MethodNotFoundException Defines an exception that indicates the absence of a method.
 

Error Summary
ConfigurationError Error which indicates some inconsistency in the compile-time configuration of the Sofya system.
SofyaError Error that indicates that a serious internal error has occurred in the Sofya system.