Bug 423271 - IllegalArgumentException
Summary: IllegalArgumentException
Status: RESOLVED INVALID
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Debug (show other bugs)
Version: 4.4   Edit
Hardware: PC Windows 8
: P3 normal (vote)
Target Milestone: 4.4 M4   Edit
Assignee: JDT-Debug-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: needinfo
Depends on:
Blocks:
 
Reported: 2013-12-04 23:06 EST by Xander Rollander CLA
Modified: 2013-12-04 23:36 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 Xander Rollander CLA 2013-12-04 23:06:31 EST
Caused by: java.lang.IllegalArgumentException: input == null!
	at javax.imageio.ImageIO.read(Unknown Source)
	at com.zmacaronimanz.game.graphics.SpriteSheet.load(SpriteSheet.java:25)
	at com.zmacaronimanz.game.graphics.SpriteSheet.<init>(SpriteSheet.java:20)
	at com.zmacaronimanz.game.graphics.SpriteSheet.<clinit>(SpriteSheet.java:14)
	... 7 more
I get this when I hit run. Help? (I've been watching TheCherno on youtube)
Comment 1 Jay Arthanareeswaran CLA 2013-12-04 23:36:40 EST
Doesn't look like an eclipse problem. Can you add some details if you still think it's an eclipse bug?