org.havi.ui
Class HMatteException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.havi.ui.HUIException
              extended by org.havi.ui.HMatteException
All Implemented Interfaces:
java.io.Serializable

public class HMatteException
extends HUIException

An HMatteException is an exception that is thrown when a Component is unable to support the desired HMatte effect.


The parameters to the constructors are as follows, in cases where parameters are not used, then the constructor should use the default values.

Default parameter values exposed in the constructors

ParameterDescriptionDefault value Set methodGet method
messageMessage explaining why the exception was thrown null-java.lang.Throwable#getMessage

Default parameter values not exposed in the constructors

DescriptionDefault valueSet method Get method
None.

See Also:
HMatteLayer, Serialized Form

Constructor Summary
HMatteException()
          Creates an HMatteException object.
HMatteException(java.lang.String message)
          Creates an HMatteException object with a specified reason string.
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HMatteException

public HMatteException()
Creates an HMatteException object. See the class description for details of constructor parameters and default values.


HMatteException

public HMatteException(java.lang.String message)
Creates an HMatteException object with a specified reason string.

Parameters:
message - the reason why the exception was raised