Venice 0.7beta

org.mov.analyser.ann
Class FileExtensionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.mov.analyser.ann.FileExtensionException
All Implemented Interfaces:
java.io.Serializable

public class FileExtensionException
extends java.lang.Exception

An exception which is thrown when the user try to load or to save a file with wrong extension.

Author:
Alberto Nacher
See Also:
Serialized Form

Constructor Summary
FileExtensionException()
          Creates a new instance of FileExtensionException
 
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

FileExtensionException

public FileExtensionException()
Creates a new instance of FileExtensionException


Venice 0.7beta