Package org.gjt.sp.jedit.gui

Examples of org.gjt.sp.jedit.gui.BeanShellErrorDialog


    {
      VFSManager.error(view,path,"ioerror.read-error",
        new String[] { t.toString() });
    }
    else
      new BeanShellErrorDialog(view,t);
  } //}}}
View Full Code Here


    }
    catch(Throwable e)
    {
      Log.log(Log.ERROR,this,e);

      new BeanShellErrorDialog(view,e);
    }
  } //}}}
View Full Code Here

TOP

Related Classes of org.gjt.sp.jedit.gui.BeanShellErrorDialog

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.