http://www.jpicedt.org

jpicedt.format.output.dxf
Class DXFTemplateParseException

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
                  extended by jpicedt.format.output.dxf.DXFTemplateParseException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DXFTemplateParseException.InvalidLine, DXFTemplateParseException.MissingGroupValue, DXFTemplateParseException.UnknownCommand

public class DXFTemplateParseException
extends FormatterException

Exceptions se produisant lors de l'analyse d'un patron de DXF (marque déposée).

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

Nested Class Summary
static class DXFTemplateParseException.InvalidLine
           
static class DXFTemplateParseException.MissingGroupValue
           
static class DXFTemplateParseException.UnknownCommand
           
 
Method Summary
 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
 

Method Detail

resolve

public void resolve()
Description copied from class: FormatterException
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.

Specified by:
resolve in class FormatterException

http://www.jpicedt.org

Submit a bug : syd@jpicedt.org