JSci.maths.wavelet
Class IllegalScalingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.IllegalArgumentException
                  extended by JSci.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

Constructor Summary
IllegalScalingException()
           
IllegalScalingException(int n0, int min)
           
IllegalScalingException(java.lang.String s)
           
 
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

IllegalScalingException

public IllegalScalingException()

IllegalScalingException

public IllegalScalingException(java.lang.String s)

IllegalScalingException

public IllegalScalingException(int n0,
                               int min)