net.sf.javaml.core.exception
Class TrainingRequiredException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
| 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 |
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.