com.bankframe.examples.txnhandler.connector.coboltest.parser.cobol
Class CobolParserException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.bankframe.examples.txnhandler.connector.coboltest.parser.cobol.CobolParserException
All Implemented Interfaces:
java.io.Serializable

public class CobolParserException
extends java.lang.Exception

This exception is thrown if an error occurs interpreting a Cobol language construct.

See Also:
Serialized Form

Constructor Summary
CobolParserException()
          CobolParserException constructor comment.
CobolParserException(java.lang.String s)
          CobolParserException constructor comment.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CobolParserException

public CobolParserException()
CobolParserException constructor comment.


CobolParserException

public CobolParserException(java.lang.String s)
CobolParserException constructor comment.

Parameters:
s - java.lang.String


Copyright © 2005, 2007, Oracle. All rights reserved.