asu.seismo.signals
Class size_mismatch_exception

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by asu.seismo.signals.size_mismatch_exception
All Implemented Interfaces:
java.io.Serializable

public class size_mismatch_exception
extends java.lang.Exception

A size_mismatch_exception is thrown if the sizes of two signals do not match, if they have to, eg in a+b a has to have the same size as b

See Also:
Serialized Form

Constructor Summary
size_mismatch_exception()
           
size_mismatch_exception(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

size_mismatch_exception

public size_mismatch_exception()

size_mismatch_exception

public size_mismatch_exception(java.lang.String s)