Package uk.ac.starlink.pal
Class palError
java.lang.Object
java.lang.Throwable
java.lang.Exception
uk.ac.starlink.pal.palError
- All Implemented Interfaces:
Serializable
Class for Pal exceptions
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
palError
Create a new Pal exceptions- Parameters:
status
- Exception numbermess
- Exception message
-
palError
Create a new Pal exceptions, with zero status- Parameters:
mess
- Exception message
-
-
Method Details