|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
uk.ac.sanger.cgp.standalonecsa.exceptions.CsaRuntimeAlignmentException
public class CsaRuntimeAlignmentException
Used to throw exceptions arising from alignment problems.
| Constructor Summary | |
|---|---|
CsaRuntimeAlignmentException()
Creates a new instance of CsaRuntimeAlignmentException without detail message. |
|
CsaRuntimeAlignmentException(java.lang.String msg)
Constructs an instance of CsaRuntimeAlignmentException with specified detail message. |
|
CsaRuntimeAlignmentException(java.lang.String msg,
java.lang.Throwable t)
Constructs an instance of CsaRuntimeAlignmentException with specified detail message and specified causing exception. |
|
CsaRuntimeAlignmentException(java.lang.Throwable t)
Constructs an instance of CsaRuntimeAlignmentException with specified causing 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 CsaRuntimeAlignmentException()
CsaRuntimeAlignmentException without detail message.
public CsaRuntimeAlignmentException(java.lang.String msg)
CsaRuntimeAlignmentException with specified detail message.
msg - the detail message.public CsaRuntimeAlignmentException(java.lang.Throwable t)
CsaRuntimeAlignmentException with specified causing exception.
t - The Throwable object which was the root cause of this exception
public CsaRuntimeAlignmentException(java.lang.String msg,
java.lang.Throwable t)
CsaRuntimeAlignmentException with specified detail message and specified causing exception.
msg - the detail message.t - The Throwable object which was the root cause of this exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||