The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
package org.perl.inline.java ;

public class InlineJavaException extends Exception { 
	public InlineJavaException(String s) {
		super(s) ;
	}
}