org.apache.commons.math3.genetics
Class InvalidRepresentationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.IllegalArgumentException
                  extended by org.apache.commons.math3.exception.MathIllegalArgumentException
                      extended by org.apache.commons.math3.genetics.InvalidRepresentationException
All Implemented Interfaces:
Serializable, ExceptionContextProvider

public class InvalidRepresentationException
extends MathIllegalArgumentException

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

Since:
2.0
Version:
$Id: InvalidRepresentationException.java 1244107 2012-02-14 16:17:55Z erans $
See Also:
Serialized Form

Field Summary
private static long serialVersionUID
          Serialization version id
 
Constructor Summary
InvalidRepresentationException(Localizable pattern, Object... args)
          Construct an InvalidRepresentationException with a specialized message.
 
Method Summary
 
Methods inherited from class org.apache.commons.math3.exception.MathIllegalArgumentException
getContext, getLocalizedMessage, getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
Serialization version id

See Also:
Constant Field Values
Constructor Detail

InvalidRepresentationException

public InvalidRepresentationException(Localizable pattern,
                                      Object... args)
Construct an InvalidRepresentationException with a specialized message.

Parameters:
pattern - Message pattern.
args - Arguments.


Copyright (c) 2003-2013 Apache Software Foundation