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:
java.io.Serializable
public class LayerException extends java.lang.Exception
Exception thrown if a plot layer cannot be added as requested.- Since:
- 20 Dec 2013
- Author:
- Mark Taylor
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LayerException(java.lang.String msg)
Constructor.LayerException(java.lang.String msg, java.lang.Throwable cause)
Constructor with cause.
-
-
-
Constructor Detail
-
LayerException
public LayerException(java.lang.String msg)
Constructor.- Parameters:
msg
- exception message
-
LayerException
public LayerException(java.lang.String msg, java.lang.Throwable cause)
Constructor with cause.- Parameters:
msg
- exception messagecause
- underlying exception
-
-