com.bankframe.examples.txnhandler.connector.coboltest.parser.cobol
Class CobolParserException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.