com.microfocus.cobol
Class CobolRuntimeException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.microfocus.cobol.CobolException
|
+--com.microfocus.cobol.CobolRuntimeException
- All Implemented Interfaces:
- Serializable
- public class CobolRuntimeException
- extends CobolException
This exception is thrown when the COBOL runtime has caused an exception
Copyright: Copyright (c) 2002-2003
Company: Micro Focus International Ltd
- Since:
- Net Express 4.0, Server Express 4.0
- Version:
- 3.5, 2/11/03
- See Also:
- Serialized Form
CobolRuntimeException
public CobolRuntimeException()
- Construct a CobolRuntimeException with no message or cause.
CobolRuntimeException
public CobolRuntimeException(String s)
- Construct a CobolRuntimeException with a given message and no cause
- Parameters:
s
- message
CobolRuntimeException
public CobolRuntimeException(String s,
Throwable cause)
- Constructs a CobolRuntimeException with a given message and the cause of the
exception
- Parameters:
s
- messagecause
- reason for the exception- See Also:
CobolException.initCause(java.lang.Throwable)
CobolRuntimeException
public CobolRuntimeException(Throwable cause)
- Constructs a CobolRuntimeException that wraps the cause of the real exception
- Parameters:
cause
- reason for the exception- See Also:
CobolException.initCause(java.lang.Throwable)
Copyright © 2000 Micro Focus International Limited. All rights reserved.
This document and the proprietary marks and names used herein are protected by international law.