Class AozanException

  • All Implemented Interfaces:
    Serializable

    public class AozanException
    extends Exception
    A nestable Aozan exception. This class came from from Biojava code.
    Since:
    0.8
    Author:
    Laurent Jourdren, Matthew Pocock
    See Also:
    Serialized Form
    • Constructor Detail

      • AozanException

        public AozanException​(Throwable t)
        Create a new AozanException from the message of another exception.
        Parameters:
        t - exception with the message to use
      • AozanException

        public AozanException​(String message,
                              Throwable cause)
        Create a new AozanException with a message and a cause.
        Parameters:
        message - the message
        cause - the cause
      • AozanException

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

        public AozanException()
        Create a new AozanException.