org.joe_e.file
Class InvalidFilenameException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.joe_e.file.InvalidFilenameException
All Implemented Interfaces:
Serializable, Immutable, Powerless

public class InvalidFilenameException
extends RuntimeException
implements Powerless

Signals an invalid filename.

See Also:
Serialized Form

Constructor Summary
InvalidFilenameException()
          Constructs an instance.
 
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

InvalidFilenameException

public InvalidFilenameException()
Constructs an instance.