Perhaps you could tell me what book/author you're referring to? It's possible that he's using terminology that differs from what I'm used to. In the usage I'm accustomed to, the FT is defined as:
<br />
F(\omega) = \int_{-\infty}^{\infty}f(t)e^{-i\omega t}\, dt <br />
(possibly with some normalization related to \sqrt{2\pi}.) If you plug the function you gave in, this integral will not converge. The next thing to try is the Laplace transform:
<br />
F(\sigma + i\omega) = \int_{-\infty}^{\infty}e^{-\sigma t}f(t)e^{-i\omega t}\, dt <br />
and, again, we see that we can't find any value of \sigma such that the integral converges, so the Laplace transform doesn't exist either. Note that this doesn't depend on the value of \alpha, due to the i in the exponent; the maginitude of the exponential term is always 1.
So it seems that the next thing the author does is to take the Laplace transform of each half of the time-domain signal, which results in two transforms: F^+(s), which is defined for \sigma>0, and F^-(s), which is defined for \sigma<0. Everything is fine so far. Then the author (I suppose?) tries to glue these pieces back together by adding them to one another. But this is not allowed, because their regions of convergence do not overlap; the one transform is undefined on the domain of the other, and vice-versa, and so the result is undefined everywhere.
It's at this point that the analytic continuation must be invoked, I assume? I haven't considered analytic continuation in the context of Fourier Transforms before, but it seems problematic for the following reason. Let's suppose we apply it to extend both F^+(s) and F^-(s) to the entire complex plane, and then add them together. Then we can evaluate this along the [\itex]i \omega[/itex] axis, and call that the "Fourier Transform" of f(t). But does this entity have all of the same properties as a Fourier Transform? It's not clear to me that it does... I'm concerned that if you plug it into the inverse Fourier transform integral, you won't get back to the original f(t), for example. Could you provide further details of how this example is resolved in the text in question?