|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
be.ac.ulg.montefiore.run.totem.domain.exception.InvalidDomainException
public class InvalidDomainException
Exception if the domain asked is invalid
Creation date: 21-Jan-2005 12:18:17
Constructor Summary | |
---|---|
InvalidDomainException()
Creates a new GAinstance of InvalidDomainException without detail message. |
|
InvalidDomainException(java.lang.String msg)
Constructs an GAinstance of InvalidDomainException with the specified detail message |
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 |
---|
public InvalidDomainException()
InvalidDomainException
without detail message.
public InvalidDomainException(java.lang.String msg)
InvalidDomainException
with the specified detail message
msg
- the detail message
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |