hudson.plugins.testcomplete.mht
Class MHTException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by hudson.plugins.testcomplete.mht.MHTException
All Implemented Interfaces:
Serializable

public class MHTException
extends IOException

Signals that a MHT exception of some sort has occurred.

Author:
Fernando Miguélez Palomo
See Also:
Serialized Form

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

MHTException

public MHTException()
Constructs a MHTException with null as its error detail message.


MHTException

public MHTException(String s)
Constructs a MHTException with the specified detail message.

Parameters:
the - detail message.

MHTException

public MHTException(String s,
                    Throwable t)
Constructs a MHTException with the specified detail message and the given cause.

Parameters:
s - the detail message.
t - the cause.


Copyright © 2004-2015. All Rights Reserved.