jfb.tools.activitymgr.core.util
Class StringFormatException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by jfb.tools.activitymgr.AbstractException
              extended by jfb.tools.activitymgr.AbstractApplicationException
                  extended by jfb.tools.activitymgr.core.util.StringFormatException
All Implemented Interfaces:
java.io.Serializable

public class StringFormatException
extends AbstractApplicationException

Exception utilisée pour les problèmes de conversion de chaînes de caactère.

See Also:
Serialized Form

Constructor Summary
StringFormatException(java.lang.String message)
          Constructeur par défaut.
StringFormatException(java.lang.String message, java.lang.Throwable cause)
          Constructeur avec une exception source.
 
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

StringFormatException

public StringFormatException(java.lang.String message)
Constructeur par défaut.

Parameters:
message - message d'erreur.

StringFormatException

public StringFormatException(java.lang.String message,
                             java.lang.Throwable cause)
Constructeur avec une exception source.

Parameters:
message - message d'erreur.
cause - cause de la levée d'exception.