its.backbone.domain
Class BadOffsetException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byits.backbone.domain.BadOffsetException
All Implemented Interfaces:
java.io.Serializable

public class BadOffsetException
extends java.lang.Exception

Thrown by an extractor if an offset supplied by the data offset table is out of bounds in the data frame.

See Also:
Serialized Form

Constructor Summary
BadOffsetException()
          Constructs a BadOffsetExceptionwith no specified detail message.
BadOffsetException(java.lang.String message)
          Constructs a BadOffsetExceptionwith the specified detail message.
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BadOffsetException

public BadOffsetException()
Constructs a BadOffsetExceptionwith no specified detail message.


BadOffsetException

public BadOffsetException(java.lang.String message)
Constructs a BadOffsetExceptionwith the specified detail message.