com.microfocus.cobol
Class CobolRuntimeException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.microfocus.cobol.CobolException
              extended bycom.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

Constructor Summary
CobolRuntimeException()
          Construct a CobolRuntimeException with no message or cause.
CobolRuntimeException(String s)
          Construct a CobolRuntimeException with a given message and no cause
CobolRuntimeException(String s, Throwable cause)
          Constructs a CobolRuntimeException with a given message and the cause of the exception
CobolRuntimeException(Throwable cause)
          Constructs a CobolRuntimeException that wraps the cause of the real exception
 
Methods inherited from class com.microfocus.cobol.CobolException
getCause, getMessage, initCause, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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 - message
cause - 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.