org.apache.axis
public class InternalException extends RuntimeException
| Field Summary | |
|---|---|
| protected static Log | log
The Log used by this class to log messages. |
| Constructor Summary | |
|---|---|
| InternalException(String message)
Construct an Internal Exception from a String. | |
| InternalException(Exception e)
Construct an Internal Exception from an Exception.
| |
| Method Summary | |
|---|---|
| static boolean | getLogging()
Discover whether the logging flag is set.
|
| static void | setLogging(boolean logging)
Enable or dissable logging.
|
Log used by this class to log messages.Parameters: message String form of the error
Parameters: e original exception which was unexpected
Returns: true if we are logging, false otherwise
Parameters: logging true if you wish logging to be enabled, false otherwise