|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
jef.dna.exceptions.DnaDeserializationException
public class DnaDeserializationException
This exception is thrown is something goes wrong when deserializing a Dna
instance
from a stream. Source exceptions are provided.
Constructor Summary | |
---|---|
DnaDeserializationException()
Creates a new instance of DnaDeserializationException without detail message. |
|
DnaDeserializationException(java.lang.String msg)
Constructs an instance of DnaDeserializationException with the specified
detail message. |
|
DnaDeserializationException(java.lang.String msg,
java.lang.Throwable cause)
Constructs an instance of DnaDeserializationException with the specified
detail message and the provided root cause. |
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 DnaDeserializationException()
DnaDeserializationException
without detail message.
public DnaDeserializationException(java.lang.String msg)
DnaDeserializationException
with the specified
detail message.
msg
- the detail message.public DnaDeserializationException(java.lang.String msg, java.lang.Throwable cause)
DnaDeserializationException
with the specified
detail message and the provided root cause.
msg
- The detail messagecause
- The root exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |