Exception to be used when there's a problem in a Transcoder class rather than using ThreadLocalToolkit.logError(). This allows for delegation of transcoders. Note: path was removed because not all transcoding calls contain a source, and we really want to report the error in transcoding in the context of the calling source code, not as if the transcoded object owned itself. (I.e. a failure to transcode a nonexistent file should be reported via the AS embed line, not the missing asset file.) Notenote: origin/line re-added, won't be fed by the transcoder, but post-filled-in by the handler. Kind of weird, but will make L10N easier, I think. --rg
@author Brian Deitte
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.