Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parsing exceptions are thrown by the Rules view for each character typed #398

Closed
tudorache opened this issue Apr 29, 2016 · 0 comments
Closed

Comments

@tudorache
Copy link
Member

Typing any character in the Rules editor in the Rules view causes multiple parsing exceptions to be thrown in the console. The parsing exceptions should be handled by the Rules editor and not allowed to cripple up. They are harmless, but they do look scary in the console.

Just an excerpt of the exceptions while trying to type a legitimate rule:

An error occurred whilst checking an expression. Expression: Rule: hasTopping(?x,?y)  
org.semanticweb.owlapi.manchestersyntax.renderer.ParserException: Encountered |EOF| at line 1 column 25. Expected one of:
    ,
    -

    at org.semanticweb.owlapi.manchestersyntax.parser.ManchesterOWLSyntaxParserImpl$ExceptionBuilder.build(ManchesterOWLSyntaxParserImpl.java:2441) ~[owlapi-osgidistribution.jar:4.2.1.20160306-0033]
    at org.semanticweb.owlapi.manchestersyntax.parser.ManchesterOWLSyntaxParserImpl.parseRuleFrame(ManchesterOWLSyntaxParserImpl.java:1535) ~[owlapi-osgidistribution.jar:4.2.1.20160306-0033]
    at org.protege.editor.owl.ui.clsdescriptioneditor.SWRLRuleChecker.createObject(SWRLRuleChecker.java:44) ~[protege-editor-owl.jar:na]
    at org.protege.editor.owl.ui.clsdescriptioneditor.SWRLRuleChecker.check(SWRLRuleChecker.java:31) ~[protege-editor-owl.jar:na]
    at org.protege.editor.owl.ui.clsdescriptioneditor.ExpressionEditor.checkExpression(ExpressionEditor.java:211) [protege-editor-owl.jar:na]
    at org.protege.editor.owl.ui.clsdescriptioneditor.ExpressionEditor.handleTimer(ExpressionEditor.java:225) [protege-editor-owl.jar:na]
    at org.protege.editor.owl.ui.clsdescriptioneditor.ExpressionEditor.lambda$new$59(ExpressionEditor.java:112) [protege-editor-owl.jar:na]
    at javax.swing.Timer.fireActionPerformed(Timer.java:313) ~[na:1.8.0_91]
    at javax.swing.Timer$DoPostEvent.run(Timer.java:245) ~[na:1.8.0_91]
    at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311) ~[na:1.8.0_91]
    at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:756) ~[na:1.8.0_91]
    at java.awt.EventQueue.access$500(EventQueue.java:97) ~[na:1.8.0_91]
    at java.awt.EventQueue$3.run(EventQueue.java:709) ~[na:1.8.0_91]
    at java.awt.EventQueue$3.run(EventQueue.java:703) ~[na:1.8.0_91]
    at java.security.AccessController.doPrivileged(Native Method) ~[na:1.8.0_91]
    at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:76) ~[na:1.8.0_91]
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:726) ~[na:1.8.0_91]
    at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201) ~[na:1.8.0_91]
    at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116) ~[na:1.8.0_91]
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105) ~[na:1.8.0_91]
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101) ~[na:1.8.0_91]
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93) ~[na:1.8.0_91]
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:82) ~[na:1.8.0_91]
An error occurred whilst checking an expression. Expression: Rule: hasTopping(?x,?y) - 
org.semanticweb.owlapi.manchestersyntax.renderer.ParserException: Encountered |EOF| at line 1 column 26. Expected one of:
    ,
    >

    at org.semanticweb.owlapi.manchestersyntax.parser.ManchesterOWLSyntaxParserImpl$ExceptionBuilder.build(ManchesterOWLSyntaxParserImpl.java:2441) ~[owlapi-osgidistribution.jar:4.2.1.20160306-0033]
    at org.semanticweb.owlapi.manchestersyntax.parser.ManchesterOWLSyntaxParserImpl.consumeToken(ManchesterOWLSyntaxParserImpl.java:450) ~[owlapi-osgidistribution.jar:4.2.1.20160306-0033]
    at org.semanticweb.owlapi.manchestersyntax.parser.ManchesterOWLSyntaxParserImpl.parseRuleFrame(ManchesterOWLSyntaxParserImpl.java:1537) ~[owlapi-osgidistribution.jar:4.2.1.20160306-0033]
    at org.protege.editor.owl.ui.clsdescriptioneditor.SWRLRuleChecker.createObject(SWRLRuleChecker.java:44) ~[protege-editor-owl.jar:na]
    at org.protege.editor.owl.ui.clsdescriptioneditor.SWRLRuleChecker.check(SWRLRuleChecker.java:31) ~[protege-editor-owl.jar:na]
    at org.protege.editor.owl.ui.clsdescriptioneditor.ExpressionEditor.checkExpression(ExpressionEditor.java:211) [protege-editor-owl.jar:na]
    at org.protege.editor.owl.ui.clsdescriptioneditor.ExpressionEditor.handleTimer(ExpressionEditor.java:225) [protege-editor-owl.jar:na]
    at org.protege.editor.owl.ui.clsdescriptioneditor.ExpressionEditor.lambda$new$59(ExpressionEditor.java:112) [protege-editor-owl.jar:na]
    at javax.swing.Timer.fireActionPerformed(Timer.java:313) ~[na:1.8.0_91]
    at javax.swing.Timer$DoPostEvent.run(Timer.java:245) ~[na:1.8.0_91]
    at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311) ~[na:1.8.0_91]
    at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:756) ~[na:1.8.0_91]
    at java.awt.EventQueue.access$500(EventQueue.java:97) ~[na:1.8.0_91]
    at java.awt.EventQueue$3.run(EventQueue.java:709) ~[na:1.8.0_91]
    at java.awt.EventQueue$3.run(EventQueue.java:703) ~[na:1.8.0_91]
    at java.security.AccessController.doPrivileged(Native Method) ~[na:1.8.0_91]
    at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:76) ~[na:1.8.0_91]
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:726) ~[na:1.8.0_91]
    at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201) ~[na:1.8.0_91]
    at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116) ~[na:1.8.0_91]
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105) ~[na:1.8.0_91]
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101) ~[na:1.8.0_91]
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93) ~[na:1.8.0_91]
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:82) ~[na:1.8.0_91]
An error occurred whilst checking an expression. Expression: Rule: hasTopping(?x,?y) -? 
org.semanticweb.owlapi.manchestersyntax.renderer.ParserException: Encountered ? at line 1 column 27. Expected one of:
    ,
    >

    at org.semanticweb.owlapi.manchestersyntax.parser.ManchesterOWLSyntaxParserImpl$ExceptionBuilder.build(ManchesterOWLSyntaxParserImpl.java:2441) ~[owlapi-osgidistribution.jar:4.2.1.20160306-0033]
    at org.semanticweb.owlapi.manchestersyntax.parser.ManchesterOWLSyntaxParserImpl.consumeToken(ManchesterOWLSyntaxParserImpl.java:450) ~[owlapi-osgidistribution.jar:4.2.1.20160306-0033]
    at org.semanticweb.owlapi.manchestersyntax.parser.ManchesterOWLSyntaxParserImpl.parseRuleFrame(ManchesterOWLSyntaxParserImpl.java:1537) ~[owlapi-osgidistribution.jar:4.2.1.20160306-0033]
    at org.protege.editor.owl.ui.clsdescriptioneditor.SWRLRuleChecker.createObject(SWRLRuleChecker.java:44) ~[protege-editor-owl.jar:na]
    at org.protege.editor.owl.ui.clsdescriptioneditor.SWRLRuleChecker.check(SWRLRuleChecker.java:31) ~[protege-editor-owl.jar:na]
    at org.protege.editor.owl.ui.clsdescriptioneditor.ExpressionEditor.checkExpression(ExpressionEditor.java:211) [protege-editor-owl.jar:na]
    at org.protege.editor.owl.ui.clsdescriptioneditor.ExpressionEditor.handleTimer(ExpressionEditor.java:225) [protege-editor-owl.jar:na]
    at org.protege.editor.owl.ui.clsdescriptioneditor.ExpressionEditor.lambda$new$59(ExpressionEditor.java:112) [protege-editor-owl.jar:na]
    at javax.swing.Timer.fireActionPerformed(Timer.java:313) ~[na:1.8.0_91]
    at javax.swing.Timer$DoPostEvent.run(Timer.java:245) ~[na:1.8.0_91]
    at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311) ~[na:1.8.0_91]
    at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:756) ~[na:1.8.0_91]
    at java.awt.EventQueue.access$500(EventQueue.java:97) ~[na:1.8.0_91]
    at java.awt.EventQueue$3.run(EventQueue.java:709) ~[na:1.8.0_91]
    at java.awt.EventQueue$3.run(EventQueue.java:703) ~[na:1.8.0_91]
    at java.security.AccessController.doPrivileged(Native Method) ~[na:1.8.0_91]
    at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:76) ~[na:1.8.0_91]
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:726) ~[na:1.8.0_91]
    at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201) ~[na:1.8.0_91]
    at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116) ~[na:1.8.0_91]
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105) ~[na:1.8.0_91]
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101) ~[na:1.8.0_91]
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93) ~[na:1.8.0_91]
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:82) ~[na:1.8.0_91]
An error occurred whilst checking an expression. Expression: Rule: hasTopping(?x,?y) - 
org.semanticweb.owlapi.manchestersyntax.renderer.ParserException: Encountered |EOF| at line 1 column 26. Expected one of:
    ,
    >

    at org.semanticweb.owlapi.manchestersyntax.parser.ManchesterOWLSyntaxParserImpl$ExceptionBuilder.build(ManchesterOWLSyntaxParserImpl.java:2441) ~[owlapi-osgidistribution.jar:4.2.1.20160306-0033]
    at org.semanticweb.owlapi.manchestersyntax.parser.ManchesterOWLSyntaxParserImpl.consumeToken(ManchesterOWLSyntaxParserImpl.java:450) ~[owlapi-osgidistribution.jar:4.2.1.20160306-0033]
    at org.semanticweb.owlapi.manchestersyntax.parser.ManchesterOWLSyntaxParserImpl.parseRuleFrame(ManchesterOWLSyntaxParserImpl.java:1537) ~[owlapi-osgidistribution.jar:4.2.1.20160306-0033]
    at org.protege.editor.owl.ui.clsdescriptioneditor.SWRLRuleChecker.createObject(SWRLRuleChecker.java:44) ~[protege-editor-owl.jar:na]
    at org.protege.editor.owl.ui.clsdescriptioneditor.SWRLRuleChecker.check(SWRLRuleChecker.java:31) ~[protege-editor-owl.jar:na]
    at org.protege.editor.owl.ui.clsdescriptioneditor.ExpressionEditor.checkExpression(ExpressionEditor.java:211) [protege-editor-owl.jar:na]
    at org.protege.editor.owl.ui.clsdescriptioneditor.ExpressionEditor.handleTimer(ExpressionEditor.java:225) [protege-editor-owl.jar:na]
    at org.protege.editor.owl.ui.clsdescriptioneditor.ExpressionEditor.lambda$new$59(ExpressionEditor.java:112) [protege-editor-owl.jar:na]
    at javax.swing.Timer.fireActionPerformed(Timer.java:313) ~[na:1.8.0_91]
    at javax.swing.Timer$DoPostEvent.run(Timer.java:245) ~[na:1.8.0_91]
    at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311) ~[na:1.8.0_91]
    at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:756) ~[na:1.8.0_91]
    at java.awt.EventQueue.access$500(EventQueue.java:97) ~[na:1.8.0_91]
    at java.awt.EventQueue$3.run(EventQueue.java:709) ~[na:1.8.0_91]
    at java.awt.EventQueue$3.run(EventQueue.java:703) ~[na:1.8.0_91]
    at java.security.AccessController.doPrivileged(Native Method) ~[na:1.8.0_91]
    at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:76) ~[na:1.8.0_91]
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:726) ~[na:1.8.0_91]
    at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201) ~[na:1.8.0_91]
    at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116) ~[na:1.8.0_91]
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105) ~[na:1.8.0_91]
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101) ~[na:1.8.0_91]
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93) ~[na:1.8.0_91]
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:82) ~[na:1.8.0_91]
An error occurred whilst checking an expression. Expression: Rule: hasTopping(?x,?y) -> 
org.semanticweb.owlapi.manchestersyntax.renderer.ParserException: Encountered |EOF| at line 1 column 27. Expected one of:
    Class name
    Object property name
    Data property name
    DifferentFrom
    mod
    <http://www.w3.org/2003/11/swrlb#addDayTimeDurations>
    <http://www.w3.org/2003/11/swrlb#greaterThan>
    <http://www.w3.org/2003/11/swrlb#addYearMonthDurationToDate>
    subtractYearMonthDurationFromDate
    <http://www.w3.org/2003/11/swrlb#tan>
    dayTimeDuration
    <http://www.w3.org/2003/11/swrlb#subtractYearMonthDurationFromDateTime>
    <http://www.w3.org/2003/11/swrlb#add>
    <http://www.w3.org/2003/11/swrlb#lessThanOrEqual>
    <http://www.w3.org/2003/11/swrlb#addDayTimeDurationToTime>
    <http://www.w3.org/2003/11/swrlb#resolveURI>
    addDayTimeDurations
    <http://www.w3.org/2003/11/swrlb#divideYearMonthDurations>
    addYearMonthDurationToDate
    <http://www.w3.org/2003/11/swrlb#dateTime>
    <http://www.w3.org/2003/11/swrlb#anyURI>
    roundHalfToEven
    subtract
    <http://www.w3.org/2003/11/swrlb#contains>
    <http://www.w3.org/2003/11/swrlb#translate>
    <http://www.w3.org/2003/11/swrlb#yearMonthDuration>
    anyURI
    <http://www.w3.org/2003/11/swrlb#matchesLax>
    <http://www.w3.org/2003/11/swrlb#pow>
    <http://www.w3.org/2003/11/swrlb#subtractDateTimesYieldingYearMonthDuration>
    <http://www.w3.org/2003/11/swrlb#integerDivide>
    divideYearMonthDurations
    contains
    <http://www.w3.org/2003/11/swrlb#substringAfter>
    subtractDayTimeDurationFromDateTime
    <http://www.w3.org/2003/11/swrlb#subtractDayTimeDurations>
    lessThanOrEqual
    endsWith
    unaryMinus
    substringBefore
    <http://www.w3.org/2003/11/swrlb#endsWith>
    dateTime
    <http://www.w3.org/2003/11/swrlb#subtractYearMonthDurationFromDate>
    subtractYearMonthDurations
    <http://www.w3.org/2003/11/swrlb#dayTimeDuration>
    subtractDates
    <http://www.w3.org/2003/11/swrlb#addYearMonthDurations>
    <http://www.w3.org/2003/11/swrlb#multiplyDayTimeDurations>
    resolveURI
    <http://www.w3.org/2003/11/swrlb#floor>
    stringEqualIgnoreCase
    <http://www.w3.org/2003/11/swrlb#stringEqualIgnoreCase>
    <http://www.w3.org/2003/11/swrlb#upperCase>
    subtractYearMonthDurationFromDateTime
    yearMonthDuration
    <http://www.w3.org/2003/11/swrlb#addDayTimeDurationToDateTime>
    lessThan
    <http://www.w3.org/2003/11/swrlb#subtractTimes>
    pow
    <http://www.w3.org/2003/11/swrlb#mod>
    <http://www.w3.org/2003/11/swrlb#stringConcat>
    stringLength
    subtractDayTimeDurationFromDate
    <http://www.w3.org/2003/11/swrlb#greaterThanOrEqual>
    <http://www.w3.org/2003/11/swrlb#subtractDayTimeDurationFromTime>
    <http://www.w3.org/2003/11/swrlb#time>
    <http://www.w3.org/2003/11/swrlb#roundHalfToEven>
    multiplyDayTimeDurations
    subtractDateTimesYieldingDayTimeDuration
    <http://www.w3.org/2003/11/swrlb#containsIgnoreCase>
    <http://www.w3.org/2003/11/swrlb#tokenize>
    addDayTimeDurationToDateTime
    abs
    <http://www.w3.org/2003/11/swrlb#subtractDates>
    <http://www.w3.org/2003/11/swrlb#unaryPlus>
    SameAs
    <http://www.w3.org/2003/11/swrlb#cos>
    divideDayTimeDurations
    subtractDateTimesYieldingYearMonthDuration
    date
    <http://www.w3.org/2003/11/swrlb#multiplyYearMonthDurations>
    <http://www.w3.org/2003/11/swrlb#lowerCase>
    cos
    normalizeSpace
    replace
    <http://www.w3.org/2003/11/swrlb#booleanNot>
    tokenize
    translate
    subtractDayTimeDurations
    lowerCase
    addDayTimeDurationToTime
    greaterThan
    add
    tan
    <http://www.w3.org/2003/11/swrlb#divide>
    <http://www.w3.org/2003/11/swrlb#replace>
    addYearMonthDurations
    notEqual
    <http://www.w3.org/2003/11/swrlb#stringLength>
    <http://www.w3.org/2003/11/swrlb#unaryMinus>
    <http://www.w3.org/2003/11/swrlb#ceiling>
    <http://www.w3.org/2003/11/swrlb#sin>
    greaterThanOrEqual
    multiplyYearMonthDurations
    <http://www.w3.org/2003/11/swrlb#round>
    addDayTimeDurationToDate
    upperCase
    <http://www.w3.org/2003/11/swrlb#equal>
    <http://www.w3.org/2003/11/swrlb#substringBefore>
    stringConcat
    <http://www.w3.org/2003/11/swrlb#date>
    <http://www.w3.org/2003/11/swrlb#subtractDayTimeDurationFromDate>
    subtractDayTimeDurationFromTime
    <http://www.w3.org/2003/11/swrlb#substring>
    <http://www.w3.org/2003/11/swrlb#subtractDateTimesYieldingDayTimeDuration>
    integerDivide
    <http://www.w3.org/2003/11/swrlb#abs>
    substring
    <http://www.w3.org/2003/11/swrlb#subtractDayTimeDurationFromDateTime>
    <http://www.w3.org/2003/11/swrlb#divideDayTimeDurations>
    <http://www.w3.org/2003/11/swrlb#normalizeSpace>
    sin
    divide
    substringAfter
    floor
    multiply
    ceiling
    inverse
    <http://www.w3.org/2003/11/swrlb#lessThan>
    subtractTimes
    <http://www.w3.org/2003/11/swrlb#multiply>
    containsIgnoreCase
    <http://www.w3.org/2003/11/swrlb#subtract>
    <http://www.w3.org/2003/11/swrlb#subtractYearMonthDurations>
    equal
    matchesLax
    round
    unaryPlus
    <http://www.w3.org/2003/11/swrlb#addDayTimeDurationToDate>
    <http://www.w3.org/2003/11/swrlb#startsWith>
    booleanNot
    time
    <http://www.w3.org/2003/11/swrlb#notEqual>
    startsWith

    at org.semanticweb.owlapi.manchestersyntax.parser.ManchesterOWLSyntaxParserImpl$ExceptionBuilder.build(ManchesterOWLSyntaxParserImpl.java:2441) ~[owlapi-osgidistribution.jar:4.2.1.20160306-0033]
    at org.semanticweb.owlapi.manchestersyntax.parser.ManchesterOWLSyntaxParserImpl.parseRuleAtom(ManchesterOWLSyntaxParserImpl.java:1590) ~[owlapi-osgidistribution.jar:4.2.1.20160306-0033]
    at org.semanticweb.owlapi.manchestersyntax.parser.ManchesterOWLSyntaxParserImpl.parseRuleAtoms(ManchesterOWLSyntaxParserImpl.java:1554) ~[owlapi-osgidistribution.jar:4.2.1.20160306-0033]
    at org.semanticweb.owlapi.manchestersyntax.parser.ManchesterOWLSyntaxParserImpl.parseRuleFrame(ManchesterOWLSyntaxParserImpl.java:1538) ~[owlapi-osgidistribution.jar:4.2.1.20160306-0033]
    at org.protege.editor.owl.ui.clsdescriptioneditor.SWRLRuleChecker.createObject(SWRLRuleChecker.java:44) ~[protege-editor-owl.jar:na]
    at org.protege.editor.owl.ui.clsdescriptioneditor.SWRLRuleChecker.check(SWRLRuleChecker.java:31) ~[protege-editor-owl.jar:na]
    at org.protege.editor.owl.ui.clsdescriptioneditor.ExpressionEditor.checkExpression(ExpressionEditor.java:211) [protege-editor-owl.jar:na]
    at org.protege.editor.owl.ui.clsdescriptioneditor.ExpressionEditor.handleTimer(ExpressionEditor.java:225) [protege-editor-owl.jar:na]
    at org.protege.editor.owl.ui.clsdescriptioneditor.ExpressionEditor.lambda$new$59(ExpressionEditor.java:112) [protege-editor-owl.jar:na]
    at javax.swing.Timer.fireActionPerformed(Timer.java:313) ~[na:1.8.0_91]
    at javax.swing.Timer$DoPostEvent.run(Timer.java:245) ~[na:1.8.0_91]
    at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311) ~[na:1.8.0_91]
    at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:756) ~[na:1.8.0_91]
    at java.awt.EventQueue.access$500(EventQueue.java:97) ~[na:1.8.0_91]
    at java.awt.EventQueue$3.run(EventQueue.java:709) ~[na:1.8.0_91]
    at java.awt.EventQueue$3.run(EventQueue.java:703) ~[na:1.8.0_91]
    at java.security.AccessController.doPrivileged(Native Method) ~[na:1.8.0_91]
    at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:76) ~[na:1.8.0_91]
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:726) ~[na:1.8.0_91]
    at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201) ~[na:1.8.0_91]
    at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116) ~[na:1.8.0_91]
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105) ~[na:1.8.0_91]
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101) ~[na:1.8.0_91]
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93) ~[na:1.8.0_91]
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:82) ~[na:1.8.0_91]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant