Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 355980 - NoSuchFunctionError when assigning a string to the message of an exception
Summary: NoSuchFunctionError when assigning a string to the message of an exception
Status: CLOSED WORKSFORME
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: EDT (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-26 16:33 EDT by Brian Svihovec CLA
Modified: 2017-02-23 14:18 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Brian Svihovec CLA 2011-08-26 16:33:50 EDT
Create a program named P4 and add the source below.  The following exception is thrown when the file is saved:

Caused by: org.eclipse.edt.mof.egl.NoSuchFunctionError
	at org.eclipse.edt.mof.egl.impl.BinaryExpressionImpl.resolveOperation(BinaryExpressionImpl.java:61)
	at org.eclipse.edt.mof.egl.impl.MultiOperandExpressionImpl.getOperation(MultiOperandExpressionImpl.java:43)
	... 125 more

Source:

program P4 type BasicProgram {}
	
	function main()
		try
			
		onException(ex AnyException)
			if( ex.messageID == "CRRUI2025E") 
        	else
        		throw(ex);
        	end       				
		end 
	end
	
end
Comment 1 Jeff Douglas CLA 2011-10-01 16:47:09 EDT
works now
Comment 2 Brian Svihovec CLA 2011-11-30 14:45:29 EST
Verified and closed in build 20111130.