meshi.energy.hydrogenBond
Class SynchronizedUpdateException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.IllegalStateException
                  extended by meshi.energy.hydrogenBond.SynchronizedUpdateException
All Implemented Interfaces:
java.io.Serializable

public class SynchronizedUpdateException
extends java.lang.IllegalStateException

Created by IntelliJ IDEA. User: amilev Date: 29/01/2006 Time: 17:18:46 This exception indicate that some updatable elements are not synchronized - for example: HBondList might be rebuilt becouse of changes in non-bonded ist but it must apply that HydrogenBondPairs updateable resources must be rebuilt too. otherwise this exeption will be thrown

See Also:
Serialized Form

Constructor Summary
SynchronizedUpdateException(java.lang.String massege)
           
 
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

SynchronizedUpdateException

public SynchronizedUpdateException(java.lang.String massege)