|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
org.jscience.mathematics.wavelet.IllegalScalingException
public class IllegalScalingException
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 Summary | |
|---|---|
IllegalScalingException()
Creates a new IllegalScalingException object. |
|
IllegalScalingException(int n0,
int min)
Creates a new IllegalScalingException object. |
|
IllegalScalingException(java.lang.String s)
Creates a new IllegalScalingException object. |
|
| 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 |
|---|
public IllegalScalingException()
public IllegalScalingException(java.lang.String s)
s - DOCUMENT ME!
public IllegalScalingException(int n0,
int min)
n0 - DOCUMENT ME!min - DOCUMENT ME!
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||