This class provides a common base class for all exceptions thrown by the compiler. It can be used in catch statements, but it shouldn't be constructed directly. A subclass of CompilerMessage should be used when reporting an error or warning.
@author Clement Wong
@see flex2.compiler.util.CompilerMessage
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.