class HaxeException { static function main() { throw "Exception thrown from Haxe"; } }