ps6
Class KillfileReader.KillfileException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by ps6.KillfileReader.KillfileException
All Implemented Interfaces:
Serializable
Enclosing class:
KillfileReader

public static class KillfileReader.KillfileException
extends RuntimeException

Indicates that a killfile was non-existant, malformed, etc.

See Also:
Serialized Form

Field Summary
static long serialVersionUID
           
 
Constructor Summary
KillfileReader.KillfileException(String s)
           
 
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
 

Field Detail

serialVersionUID

public static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

KillfileReader.KillfileException

public KillfileReader.KillfileException(String s)