http://www.jpicedt.org

jpicedt.format.output.pstricks
Class NestedPsCustomException

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.pstricks.NestedPsCustomException
All Implemented Interfaces:
Serializable

public class NestedPsCustomException
extends FormatterException

See Also:
Serialized Form

Field Summary
 PicGroup containedPsCustomGroup
           
 PstricksFormatter factory
           
 
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
 

Field Detail

factory

public PstricksFormatter factory

containedPsCustomGroup

public PicGroup containedPsCustomGroup
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