Class 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.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • 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 message
        cause - underlying exception