org.apache.commons.math.genetics
Class InvalidRepresentationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.commons.math.genetics.InvalidRepresentationException
All Implemented Interfaces:
Serializable

public class InvalidRepresentationException
extends Exception

Exception indicating that the representation of a chromosome is not valid.

Since:
2.0
Version:
$Revision: 799857 $ $Date: 2009-08-01 09:07:12 -0400 (Sat, 01 Aug 2009) $
See Also:
Serialized Form

Constructor Summary
InvalidRepresentationException()
          Constructor
InvalidRepresentationException(String arg0)
          Construct an InvalidRepresentationException
InvalidRepresentationException(String arg0, Throwable arg1)
          Construct an InvalidRepresentationException
InvalidRepresentationException(Throwable arg0)
          Construct an InvalidRepresentationException
 
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

InvalidRepresentationException

public InvalidRepresentationException()
Constructor


InvalidRepresentationException

public InvalidRepresentationException(String arg0)
Construct an InvalidRepresentationException

Parameters:
arg0 - exception message

InvalidRepresentationException

public InvalidRepresentationException(Throwable arg0)
Construct an InvalidRepresentationException

Parameters:
arg0 - cause

InvalidRepresentationException

public InvalidRepresentationException(String arg0,
                                      Throwable arg1)
Construct an InvalidRepresentationException

Parameters:
arg0 - exception message
arg1 - cause


Copyright © 2003-2010 Apache Software Foundation. All Rights Reserved.