org.retro.neural
Class InvalidOperationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.retro.neural.InvalidOperationException
All Implemented Interfaces:
java.io.Serializable

public class InvalidOperationException
extends java.lang.RuntimeException

See Also:
Serialized Form

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

InvalidOperationException

public InvalidOperationException(java.lang.String theMessage)