|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.apache.commons.math.genetics.InvalidRepresentationException
public class InvalidRepresentationException
Exception indicating that the representation of a chromosome is not valid.
Field Summary | |
---|---|
private static long |
serialVersionUID
Serialization version id |
Constructor Summary | |
---|---|
InvalidRepresentationException()
Constructor |
|
InvalidRepresentationException(java.lang.String arg0)
Construct an InvalidRepresentationException |
|
InvalidRepresentationException(java.lang.String arg0,
java.lang.Throwable arg1)
Construct an InvalidRepresentationException |
|
InvalidRepresentationException(java.lang.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 |
Field Detail |
---|
private static final long serialVersionUID
Constructor Detail |
---|
public InvalidRepresentationException()
public InvalidRepresentationException(java.lang.String arg0)
arg0
- exception messagepublic InvalidRepresentationException(java.lang.Throwable arg0)
arg0
- causepublic InvalidRepresentationException(java.lang.String arg0, java.lang.Throwable arg1)
arg0
- exception messagearg1
- cause
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |