vn
Class Cyc.InvalidCycInputFileException
java.lang.Object
java.lang.Throwable
java.lang.Exception
vn.Cyc.InvalidCycInputFileException
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- Cyc
private static class Cyc.InvalidCycInputFileException
- extends Exception
Exception class for identifying if the Cyc input file is invalid. It
must be in the format as described in Cyc.cycFile
.
- See Also:
Cyc.loadExternalData()
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Cyc.InvalidCycInputFileException
public Cyc.InvalidCycInputFileException(String message)
- Constructs the exception object with the given message.
- Parameters:
message
- the text of the exception