|
||||||||||
| 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.CsaRuntimeException
public class CsaRuntimeException
Used for any exception arising from erroneous input data or files that has not been handled in a more appropriate manner.
| Constructor Summary | |
|---|---|
CsaRuntimeException()
Creates a new instance of CsaRuntimeException without detail message. |
|
CsaRuntimeException(java.lang.String msg)
Constructs an instance of CsaRuntimeException with specified detail message. |
|
CsaRuntimeException(java.lang.String msg,
java.lang.Throwable t)
Constructs an instance of CsaRuntimeException with specified detail message and specified causing exception. |
|
CsaRuntimeException(java.lang.Throwable t)
Constructs an instance of CsaRuntimeException 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 CsaRuntimeException()
CsaRuntimeException without detail message.
public CsaRuntimeException(java.lang.String msg)
CsaRuntimeException with specified detail message.
msg - the detail message.public CsaRuntimeException(java.lang.Throwable t)
CsaRuntimeException with specified causing exception.
t - The Throwable object which was the root cause of this exception
public CsaRuntimeException(java.lang.String msg,
java.lang.Throwable t)
CsaRuntimeException 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 | |||||||||