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

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

public class InvalidCobolLevelException
extends java.lang.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

Constructor Summary
InvalidCobolLevelException()
          InvalidCobolLevelException constructor comment.
InvalidCobolLevelException(java.lang.String s)
          InvalidCobolLevelException 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

InvalidCobolLevelException

public InvalidCobolLevelException()
InvalidCobolLevelException constructor comment.


InvalidCobolLevelException

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

Parameters:
s - java.lang.String


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