exception
Class ComputePhaseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by exception.ComputePhaseException
All Implemented Interfaces:
java.io.Serializable

public class ComputePhaseException
extends java.lang.Exception

Author:
Mike Eccezione sollevata nel caso in cui ci sono dei problemi nel calcolo di una fase
See Also:
Serialized Form

Constructor Summary
ComputePhaseException(java.lang.String phase)
          Costruttore
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ComputePhaseException

public ComputePhaseException(java.lang.String phase)
Costruttore

Parameters:
phase - Nome della fase in cui si è avuto l'errore