net.sf.javaml.core.exception
Class TrainingRequiredException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.sf.javaml.core.exception.TrainingRequiredException
All Implemented Interfaces:
java.io.Serializable

public class TrainingRequiredException
extends java.lang.RuntimeException

Indicates that the algorithm that throws this exception should have been trained prior to point the exception was thrown. Typically this implies that the build method of a particular algorithm has not yet been called.

Author:
Thomas Abeel (thomas@abeel.be)
See Also:
Serialized Form

Constructor Summary
TrainingRequiredException()
           
TrainingRequiredException(java.lang.String arg0)
           
TrainingRequiredException(java.lang.String arg0, java.lang.Throwable arg1)
           
TrainingRequiredException(java.lang.Throwable arg0)
           
 
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

TrainingRequiredException

public TrainingRequiredException()

TrainingRequiredException

public TrainingRequiredException(java.lang.String arg0)

TrainingRequiredException

public TrainingRequiredException(java.lang.Throwable arg0)

TrainingRequiredException

public TrainingRequiredException(java.lang.String arg0,
                                 java.lang.Throwable arg1)


Copyright © 2006-2010 - Thomas Abeel - All Rights Reserved. SourceForge.netLogo