C# Class CSJ2K.Color.ColorSpaceException

This exception is thrown when the content of an image contains an incorrect colorspace box
Inheritance: System.Exception
Show file Open project: cureos/csj2k

Public Methods

Method Description
ColorSpaceException ( ) : System

Empty constructor

ColorSpaceException ( System msg ) : System

Contruct with message

Method Details

ColorSpaceException() public method

Empty constructor
public ColorSpaceException ( ) : System
return System

ColorSpaceException() public method

Contruct with message
public ColorSpaceException ( System msg ) : System
msg System returned by getMessage() ///
return System