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