JSci.maths.wavelet
Class IllegalScalingException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byjava.lang.IllegalArgumentException
                  extended byJSci.maths.wavelet.IllegalScalingException
All Implemented Interfaces:
java.io.Serializable

public class IllegalScalingException
extends java.lang.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).

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.RuntimeException
 
Constructor Summary
IllegalScalingException()
           
IllegalScalingException(int n0, int min)
           
IllegalScalingException(java.lang.String s)
           
 
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

IllegalScalingException

public IllegalScalingException()

IllegalScalingException

public IllegalScalingException(java.lang.String s)

IllegalScalingException

public IllegalScalingException(int n0,
                               int min)