Package pt.ist.phylolib.exception

  • Exception Summary 
    Exception Description
    ArgumentException
    Wraps all exceptions derived from command line arguments related issues.
    InvalidCommandException
    Represents an error derived from the definition of an invalid command in the command line arguments.
    InvalidTypeException
    Represents an error derived from the definition of an invalid command type in the command line arguments.
    MissingInputException
    Represents an error derived from the definition of no input for a command in the command line arguments.
    MissingTypeException
    Represents an error derived from the definition of no type for a command in the command line arguments.
    NoCommandException
    Represents an error derived from the definition of no command in the command line arguments.
    RepeatedCommandException
    Represents an error derived from the definition of an unrepeatable command more than once in the command line arguments.