A representation of the model object 'Throw'. Generates a fault from inside the business process. The FaultHandler may be a proxy for an application or process-specific fault instead of a BPEL FaultHandler
This class is for representing all run-time exceptions in Rascal. These exceptions can be caught by Rascal code. These exceptions can be thrown by either the Rascal interpreter - in case of a run-time error, or by Rascal code - using the throw statement, or by Java "built-in" methods, or by Java "embedded" methods. Note that this class is final to emphasize the fact that different kinds of Rascal exceptions need to be modeled by different kind of exception values, not different kind of Java classes.
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.