I want to compute the integral
$$(*)\int_{-\infty}^{\infty} \int_{-\infty}^{\infty} f(x,y) \mathrm d y \mathrm dx$$ for \begin{align} f(x,y) = \begin{cases} e^{y-x}, & \mbox{if } 0 \leq y \leq x \\ -e^{x-y}, & \mbox {if } 0 \leq x < y \\ 0, & \mbox{else} \end{cases}. \end{align}
However, I'm struggling to find out how this integral looks like. I tried to rewrite the inner integral as follows $$\int_{-\infty}^{\infty} f(x,y) \mathrm d y = \int_{0}^x e^{y-x} \mathrm dy + \int_{x}^{\infty} -e^{x-y} \mathrm dy$$ given the boundaries of $f$. But then, $(*)$ is not finite (but it should be).
Can someone help me finding the correct integral limits?