Class LayerException

java.lang.Object
java.lang.Throwable
java.lang.Exception
uk.ac.starlink.topcat.plot2.LayerException
All Implemented Interfaces:
Serializable

public class LayerException extends Exception
Exception thrown if a plot layer cannot be added as requested.
Since:
20 Dec 2013
Author:
Mark Taylor
See Also:
  • Constructor Details

    • LayerException

      public LayerException(String msg)
      Constructor.
      Parameters:
      msg - exception message
    • LayerException

      public LayerException(String msg, Throwable cause)
      Constructor with cause.
      Parameters:
      msg - exception message
      cause - underlying exception