Package gov.fnal.eag.healpix
Class HealpixException
java.lang.Object
java.lang.Throwable
java.lang.Exception
gov.fnal.eag.healpix.HealpixException
- All Implemented Interfaces:
Serializable
handles exceptions from this package
- Author:
- N. Kuropatkin
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionHealpixException
(String message) message - String to be printed in case of exception -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
HealpixException
message - String to be printed in case of exception- Parameters:
message
-
-