This error is thrown if a fatal error occurs which would prevent further progress without possibly compromising consistency.
@author Mark Little (mark@arjuna.com)
@version $Id: FatalError.java 2342 2006-03-30 13:06:17Z $
@since JTS 2.1.
Throwing an instance of this class causes immediate termination of the main compiler method. It is used when some non-recoverable error has been detected in the compiler environment at runtime.
This is NOT part of any supported API. If you write code that depends on this, you do so at your own risk. This code and its internal interfaces are subject to change or deletion without notice.
Thrown if the ESB enters a state from which it would be unsafe to continue to execute. If caught, the handler must be sure it can deal with any underlying cause if the ESB is not to terminate.
@author Mark Little
@since Version 4.0.1
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.