microOpGen
Class AnimationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bymicroOpGen.AnimationException
All Implemented Interfaces:
java.io.Serializable

public class AnimationException
extends java.lang.Exception

Classe che gestisce le eccezioni delle animazioni

See Also:
Serialized Form

Field Summary
protected  boolean specialConstructor
           
 
Constructor Summary
AnimationException()
           
AnimationException(java.lang.String message)
          Mostra a schermo un dialog contente il messaggio d'errore
 
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
 

Field Detail

specialConstructor

protected boolean specialConstructor
Constructor Detail

AnimationException

public AnimationException()

AnimationException

public AnimationException(java.lang.String message)
Mostra a schermo un dialog contente il messaggio d'errore

Parameters:
message - Stringa contente il testo del messaggio