corina.files
Class WrongFiletypeException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.io.IOException
                    |
                    +--corina.files.WrongFiletypeException
All Implemented Interfaces:
Serializable

public class WrongFiletypeException
extends IOException

A file load operation was attempted with the wrong format loader. (Or, from the Sample(filename) constructor if no usable loader was found.)

Version:
$Id: WrongFiletypeException.java,v 1.1.1.1 2002/04/11 19:40:20 bitpoet Exp $
Author:
Ken Harris
See Also:
Serialized Form

Constructor Summary
WrongFiletypeException()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WrongFiletypeException

public WrongFiletypeException()