com.penguinwerks.jodene
Class TrainingException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.penguinwerks.jodene.TrainingException
All Implemented Interfaces:
java.io.Serializable

public class TrainingException
extends java.lang.Exception

An exception thrwon during training.

Author:
Paul Hoehne
See Also:
Serialized Form

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

TrainingException

public TrainingException()

TrainingException

public TrainingException(java.lang.String arg0)
Parameters:
arg0 -

TrainingException

public TrainingException(java.lang.String arg0,
                         java.lang.Throwable arg1)
Parameters:
arg0 -
arg1 -

TrainingException

public TrainingException(java.lang.Throwable arg0)
Parameters:
arg0 -