http://www.jpicedt.org

jpicedt.format.output.util
Class FormatterException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by jpicedt.format.output.util.FormatterException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DXFTemplateParseException, NestedPsCustomException

public abstract class FormatterException
extends RuntimeException

Classe de base pour les exceptions lancées pendant le formatage du dessin en sortie (par exemple pour sa sauvegarde dans un fichier, ou pour faire tourner un commande externe sur un fichier temporaire).

Since:
jPicEdt 1.6
Author:
Vincent Belaïche
See Also:
Serialized Form

Constructor Summary
FormatterException()
           
 
Method Summary
abstract  void resolve()
          Effectue une action sur le dessin permettant qu'au prochain formatage l'exception ne se produise pas.
 
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

FormatterException

public FormatterException()
Method Detail

resolve

public abstract void resolve()
Effectue une action sur le dessin permettant qu'au prochain formatage l'exception ne se produise pas. Typiquement un dialogue est ouvert avec l'utilisateur pour demander comment résoudre le problème.

Since:
jPicEdt 1.6

http://www.jpicedt.org

Submit a bug : syd@jpicedt.org