Class IncorrectDomainException

  • All Implemented Interfaces:
    Serializable

    public class IncorrectDomainException
    extends EdalException
    An exception to be thrown when the domain for the current operation is incorrect somehow (e.g. trying to create a profile from a dataset with no vertical axis etc.)
    Author:
    Guy Griffiths
    See Also:
    Serialized Form
    • Constructor Detail

      • IncorrectDomainException

        public IncorrectDomainException​(String message)
      • IncorrectDomainException

        public IncorrectDomainException​(String message,
                                        Throwable cause)