Then you'll get the frameworks internal 404 page, which is created by fuel/core/views/404.php.
It is generated because HttpNotFoundException is thrown, and that class has a response method that loads and returns that view. HttpServerErrorException works the same for a 500 error.