it.spidernetlabs.security.stega.exception
Class NotBMPDestinationFile

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by it.spidernetlabs.security.stega.exception.NotBMPDestinationFile
All Implemented Interfaces:
java.io.Serializable

public class NotBMPDestinationFile
extends java.lang.Exception

Classe eccezione per errori riguardante il formato del file di destinazione. L'eccezione viene scatenata quando si immette un file di destinazione con estensione diversa da bmp.

See Also:
Serialized Form

Constructor Summary
NotBMPDestinationFile()
           
NotBMPDestinationFile(java.lang.String message)
           
 
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

NotBMPDestinationFile

public NotBMPDestinationFile(java.lang.String message)

NotBMPDestinationFile

public NotBMPDestinationFile()