ucar.jpeg.jj2000.j2k.codestream
Class CorruptedCodestreamException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by ucar.jpeg.jj2000.j2k.codestream.CorruptedCodestreamException
All Implemented Interfaces:
Serializable

public class CorruptedCodestreamException
extends IOException

This exception is thrown whenever an illegal value is read from a bit stream. The cause can be either a corrupted bit stream, or a a bit stream which is illegal.

See Also:
Serialized Form

Constructor Summary
CorruptedCodestreamException()
          Constructs a new CorruptedCodestreamException exception with no detail message.
CorruptedCodestreamException(String s)
          Constructs a new CorruptedCodestreamException exception with the specified detail 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

CorruptedCodestreamException

public CorruptedCodestreamException()
Constructs a new CorruptedCodestreamException exception with no detail message.


CorruptedCodestreamException

public CorruptedCodestreamException(String s)
Constructs a new CorruptedCodestreamException exception with the specified detail message.

Parameters:
s - The detail message.


Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.