jpicedt.format.output.dxf
Class DXFTemplateParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jpicedt.format.output.util.FormatterException
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
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 |
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
Submit a bug : syd@jpicedt.org