|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
jfb.tools.activitymgr.AbstractException
jfb.tools.activitymgr.AbstractApplicationException
jfb.tools.activitymgr.core.util.StringFormatException
public class StringFormatException
Exception utilisée pour les problèmes de conversion de chaînes de caactère.
| 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 |
|---|
public StringFormatException(java.lang.String message)
message - message d'erreur.
public StringFormatException(java.lang.String message,
java.lang.Throwable cause)
message - message d'erreur.cause - cause de la levée d'exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||