atg.metier.entite.exception
Class ATGEntiteDataException

Package class diagram package ATGEntiteDataException
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by atg.metier.entite.exception.ATGEntiteDataException
All Implemented Interfaces:
java.io.Serializable

public class ATGEntiteDataException
extends java.lang.Exception

Copyright : FERRARI Olivier

See Also:
Serialized Form

Constructor Summary
ATGEntiteDataException(ATGDataErrors aTGDataErrors)
           
 
Method Summary
 ATGDataErrors getATGDataErrors()
           
 
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

ATGEntiteDataException

public ATGEntiteDataException(ATGDataErrors aTGDataErrors)
Method Detail

getATGDataErrors

public ATGDataErrors getATGDataErrors()