[Hudson] Checkstyle : Got an exception
Bonjour,
J'obtiens l'erreur suivante :
Code:
0 Got an exception - java.lang.RuntimeException: Unable to get class information for ExceptionWithMessage2User.
Code:
1 2 3 4 5 6 7 8 9 10
| 1 package business.bizmodel.impl;
2
3 import utilitaires.Utils;
4 import business.bizmodel.Emprunt;
5 import business.persistence.FinderFactoryServices;
6 import business.persistence.PersisterFactoryServices;
7 import business.xcp.MessageLib2Enum;
8 import framework.ihmbizapi.OID;
9 import framework.xcp.ExceptionWithMessage2User;
10 import framework.xcp.RuntimeExceptionWithMessage2User; |
Il n'y a aucun problème dans mon application. Elle se lance et fonctionne correctement. Dès lors, je ne comprends pas ce que me veut Hudson avec cette erreur ...
D'avance merci pour vos réponses.
xenos