uk.ac.starlink.plastic
Class HubTestException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by uk.ac.starlink.plastic.HubTestException
All Implemented Interfaces:
Serializable

public class HubTestException
extends Exception

Exception thrown to indicate failure of a hub test.

Since:
7 Aug 2006
Author:
Mark Taylor
See Also:
HubTester, Serialized Form

Constructor Summary
HubTestException(String msg)
          Constructs an exception from a message string.
HubTestException(String msg, Throwable e)
          Constructs an exception from a message string and a 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

HubTestException

public HubTestException(String msg)
Constructs an exception from a message string.

Parameters:
msg - message

HubTestException

public HubTestException(String msg,
                        Throwable e)
Constructs an exception from a message string and a cause.

Parameters:
msg - message
e - cause exception


Copyright © 2015 Central Laboratory of the Research Councils. All Rights Reserved.