it.spidernetlabs.security.stega.exception
Class TooLongStringException

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

public class TooLongStringException
extends java.lang.Exception

Classe eccezione per errori riguardante la lunghezza della stringa da nascondere. L'eccezione viene scatenata quando si immette una stringa troppo lunga per essere steganografata.

See Also:
Serialized Form

Constructor Summary
TooLongStringException()
           
TooLongStringException(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

TooLongStringException

public TooLongStringException(java.lang.String message)

TooLongStringException

public TooLongStringException()