uk.ac.starlink.hdx
Class HdxException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.