org.eucalyptus.analysesi.save
Class LoadModelException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eucalyptus.analysesi.save.LoadModelException
All Implemented Interfaces:
java.io.Serializable

public class LoadModelException
extends java.lang.Exception

Cette exception est levée lors d'une erreur de chargement de model.

Author:
Loic Dreux
See Also:
Serialized Form

Constructor Summary
LoadModelException(java.lang.Exception e)
          Le constructeur de LoadModelException.
LoadModelException(java.lang.String msg)
          Le constructeur de LoadModelException.
LoadModelException(java.lang.String msg, java.lang.Exception e)
          Le constructeur de LoadModelException.
 
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

LoadModelException

public LoadModelException(java.lang.Exception e)
Le constructeur de LoadModelException.

Parameters:
e - Une exception

LoadModelException

public LoadModelException(java.lang.String msg)
Le constructeur de LoadModelException.

Parameters:
msg - Un message

LoadModelException

public LoadModelException(java.lang.String msg,
                          java.lang.Exception e)
Le constructeur de LoadModelException.

Parameters:
msg - Un message
e - Une exception


Copyright © 2009. All Rights Reserved.