com.bankframe.examples.txnhandler.connector.coboltest.parser.cobol
Class InvalidCobolLevelException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.bankframe.examples.txnhandler.connector.coboltest.parser.cobol.InvalidCobolLevelException
- All Implemented Interfaces:
- Serializable
public class InvalidCobolLevelException
- extends Exception
This exception is thrown if a Cobol DataStructure attempts to use
a Cobol level number not permitted by Cobol language rules.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InvalidCobolLevelException
public InvalidCobolLevelException()
- InvalidCobolLevelException constructor comment.
InvalidCobolLevelException
public InvalidCobolLevelException(String s)
- InvalidCobolLevelException constructor comment.
- Parameters:
s
- java.lang.String
Copyright © 2005, 2007, Oracle. All rights reserved.