|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
jef.dna.exceptions.DnaValidationException
public class DnaValidationException
This exception is thrown whenever the validation process fails over a Dna
instance.
| Constructor Summary | |
|---|---|
DnaValidationException()
Creates a new instance of DnaValidationException without detail message. |
|
DnaValidationException(java.lang.String msg)
Constructs an instance of DnaValidationException with the specified detail
message. |
|
DnaValidationException(java.lang.String msg,
java.lang.Throwable cause)
Constructs an instance of DnaValidationException with the specified message
and the cause of the exception. |
|
| 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 DnaValidationException()
DnaValidationException without detail message.
public DnaValidationException(java.lang.String msg)
DnaValidationException with the specified detail
message.
msg - the detail message.
public DnaValidationException(java.lang.String msg,
java.lang.Throwable cause)
DnaValidationException with the specified message
and the cause of the exception.
msg - The detailed messagecause - The cause of the exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||