jpl.mipl.io.vicar
Class BinaryFormatMismatchException

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

public class BinaryFormatMismatchException
extends IOException

The format (host data representation) of a VicarBinaryLabel does not match the BINTFMT/BREALFMT of the file it is being written to.

See Also:
Serialized Form

Constructor Summary
BinaryFormatMismatchException(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

BinaryFormatMismatchException

public BinaryFormatMismatchException(String s)
Detailed message

Parameters:
s - detailed message