ucar.jpeg.colorspace
Class ColorSpaceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by ucar.jpeg.colorspace.ColorSpaceException
All Implemented Interfaces:
Serializable

public class ColorSpaceException
extends Exception

This exception is thrown when the content of an image contains an incorrect colorspace box

Version:
1.0
Author:
Bruce A. Kern
See Also:
jj2000.j2k.colorspace.ColorSpaceMapper, Serialized Form

Constructor Summary
ColorSpaceException()
          Empty constructor
ColorSpaceException(String msg)
          Contruct with 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

ColorSpaceException

public ColorSpaceException(String msg)
Contruct with message

Parameters:
msg - returned by getMessage()

ColorSpaceException

public ColorSpaceException()
Empty constructor



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