uk.ac.starlink.hdx
Class HdxException

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

public class HdxException
extends Exception

General-purpose exception

Version:
$Id$
Author:
Norman Gray (norman@astro.gla.ac.uk), Peter W. Draper
See Also:
Serialized Form

Constructor Summary
HdxException(Exception e)
          Construct an HdxException from another Exception.
HdxException(String s)
           
 
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

HdxException

public HdxException(String s)

HdxException

public HdxException(Exception e)
Construct an HdxException from another Exception. Retains the original message and stack trace.

Parameters:
e - the exception to be recast as an HdxException.


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