package journal.exception; public class UnknownOptionException extends Exception { private static final long serialVersionUID = -5815617342495260007L; public UnknownOptionException(String optionName) { super(optionName); } }
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 8027 | Sven Erik Knop |
Moved exceptions to their own package. Enabled new Action FilepathRenamer (not fully tested yet). |