com.sjm.machlearn.exceptions
Class InvalidConstructorException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.sjm.machlearn.exceptions.InvalidConstructorException

public class InvalidConstructorException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
InvalidConstructorException()
           
InvalidConstructorException(java.lang.String mesg)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidConstructorException

public InvalidConstructorException()

InvalidConstructorException

public InvalidConstructorException(java.lang.String mesg)