Class BoundryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.softwaremining.logic.exception.CBLException
com.softwaremining.wrappers.exception.IOStatusException
com.softwaremining.wrappers.exception.BoundryException
- All Implemented Interfaces:
Serializable
Used when OCCURS-DEPENING boundry is violated in SequentialFiles.
E.g. If a record/field is defined as 100Chars, and 110 is read.
E.g. If a record/field is defined as 100Chars, and 110 is read.
- See Also:
-
Field Summary
Fields inherited from class com.softwaremining.logic.exception.CBLException
log
-
Constructor Summary
ConstructorDescriptionBoundryException
(IPersistence owner) BoundryException
(Exception reason, IPersistence owner) BoundryException
(String message, IPersistence owner) -
Method Summary
Methods inherited from class com.softwaremining.logic.exception.CBLException
getMessage, getOriginalException, isLogError, printStackTrace, printStackTrace, stackTraceToString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BoundryException
-
BoundryException
-
BoundryException
-