getFatalErrorOccurred

session.getFatalErrorOccurred() (enterprise edition only)
Description
Indicates whether or not the "fatal error" flag was set via the setFatalErrorOccurred method.
Example
// Output the "fatal error" state to the log.
session.log( "Fatal error occurred: " + session.getFatalErrorOccurred() );