Class EoulsanError

  • All Implemented Interfaces:
    Serializable

    public class EoulsanError
    extends Error
    A nestable Eoulsan error. This class came from from BioJava Code.
    Since:
    1.0
    Author:
    Laurent Jourdren, Matthew Pocock
    See Also:
    Serialized Form
    • Constructor Detail

      • EoulsanError

        public EoulsanError​(String message)
        Create a new EoulsanError with a message.
        Parameters:
        message - the message
      • EoulsanError

        public EoulsanError()
        Create a new EoulsanError.