|
||||||||||
| 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.io.IOException
hudson.plugins.testcomplete.mht.MHTException
public class MHTException
Signals that a MHT exception of some sort has occurred.
| Constructor Summary | |
|---|---|
MHTException()
Constructs a MHTException with null as its error
detail message. |
|
MHTException(String s)
Constructs a MHTException with the specified detail message. |
|
MHTException(String s,
Throwable t)
Constructs a MHTException with the specified detail message and
the given 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 MHTException()
MHTException with null as its error
detail message.
public MHTException(String s)
MHTException with the specified detail message.
the - detail message.
public MHTException(String s,
Throwable t)
MHTException with the specified detail message and
the given cause.
s - the detail message.t - the cause.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||