jpl.mipl.io.vicar
Class BinarySizeMismatchException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by jpl.mipl.io.vicar.BinarySizeMismatchException
All Implemented Interfaces:
Serializable

public class BinarySizeMismatchException
extends IOException

The size of a VicarBinaryLabel does not match the size of the header or prefix of the file it is being written to.

See Also:
Serialized Form

Constructor Summary
BinarySizeMismatchException(String s)
          Detailed message
 
Method Summary
 
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

BinarySizeMismatchException

public BinarySizeMismatchException(String s)
Detailed message

Parameters:
s - detailed message