Class UnrecognizedCfglineException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--UnrecognizedCfglineException
All Implemented Interfaces:
java.io.Serializable

public class UnrecognizedCfglineException
extends java.lang.Exception

Exception thrown when, in a configuration file, a line that does not correspond to any option is read.

See Also:
Serialized Form

Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
UnrecognizedCfglineException(java.lang.String option, int linenb, java.lang.String filename)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, printStackTrace0, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Constructor Detail

UnrecognizedCfglineException

public UnrecognizedCfglineException(java.lang.String option,
                                    int linenb,
                                    java.lang.String filename)