Class NoSuchLayerException

All Implemented Interfaces:
Serializable

public class NoSuchLayerException extends VelocityModelException
Exception occurring within the VelocityModel when a request is made for a layer that does not exist.
See Also:
  • Field Details

    • radius

      public double radius
    • layerNumber

      public int layerNumber
  • Constructor Details

    • NoSuchLayerException

      public NoSuchLayerException(double radius)
    • NoSuchLayerException

      public NoSuchLayerException(double radius, String message)
    • NoSuchLayerException

      public NoSuchLayerException(int layerNumber)