Package uk.ac.starlink.topcat.plot2
Class LayerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
uk.ac.starlink.topcat.plot2.LayerException
- All Implemented Interfaces:
Serializable
Exception thrown if a plot layer cannot be added as requested.
- Since:
- 20 Dec 2013
- Author:
- Mark Taylor
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionLayerException
(String msg) Constructor.LayerException
(String msg, Throwable cause) Constructor with cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
LayerException
Constructor.- Parameters:
msg
- exception message
-
LayerException
Constructor with cause.- Parameters:
msg
- exception messagecause
- underlying exception
-