vn
Class Cyc.InvalidCycInputFileException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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()

Constructor Summary
Cyc.InvalidCycInputFileException(String message)
          Constructs the exception object with the given message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Cyc.InvalidCycInputFileException

public Cyc.InvalidCycInputFileException(String message)
Constructs the exception object with the given message.

Parameters:
message - the text of the exception