All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class JSci.maths.wavelet.IllegalScalingException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----java.lang.RuntimeException
                           |
                           +----java.lang.IllegalArgumentException
                                   |
                                   +----JSci.maths.wavelet.IllegalScalingException

public class IllegalScalingException
extends IllegalArgumentException
This exception is used to indicate that the current chosen multiresolution is not appropriate because the number of scaling functions is incompatible (with the multiresolution).


Constructor Index

 o IllegalScalingException()
 o IllegalScalingException(int, int)
 o IllegalScalingException(String)

Constructors

 o IllegalScalingException
 public IllegalScalingException()
 o IllegalScalingException
 public IllegalScalingException(String s)
 o IllegalScalingException
 public IllegalScalingException(int n0,
                                int min)

All Packages  Class Hierarchy  This Package  Previous  Next  Index