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

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

public class CobolParserException
extends 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(String s)
          CobolParserException constructor comment.
 
Method Summary
 
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(String s)
CobolParserException constructor comment.

Parameters:
s - java.lang.String


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