Module jEdit

Class TextAreaException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.gjt.sp.jedit.textarea.TextAreaException
All Implemented Interfaces:
Serializable

public class TextAreaException extends Exception
Exception that the TextArea can throw when an error occurs. It can be catched and an error dialog can be displayed.
Version:
$Id: TextAreaException.java 21831 2012-06-18 22:54:17Z ezust $
Author:
Matthieu Casanova
See Also:
  • Constructor Details

    • TextAreaException

      public TextAreaException(String msg)