Home
last modified time | relevance | path

Searched refs:BadInput (Results 1 – 25 of 202) sorted by relevance

123456789

/dports/lang/solidity/solidity_0.8.11/tools/yulPhaser/
H A DExceptions.h26 struct BadInput: virtual util::Exception {}; struct
27 struct InvalidProgram: virtual BadInput {};
28 struct NoInputFiles: virtual BadInput {};
29 struct MissingFile: virtual BadInput {};
/dports/biology/gatk/gatk-4.2.0.0/src/main/java/org/broadinstitute/hellbender/utils/dragstr/
H A DDragstrParamUtils.java126 … throw new UserException.BadInput("there is no content in the dragstr-params file " + name);
135 throw new UserException.BadInput("bad format for an integer", ex);
142 …throw new UserException.BadInput("the DRAGstr parameter file header line must contain integers sta…
148 throw new UserException.BadInput("end of table list before expected");
162 throw new UserException.BadInput("table with no name");
210 throw new UserException.BadInput("missing matrix " + name); in mandatoryMatrix()
224 throw new UserException.BadInput("line has the wrong number of columns"); in linesToMatrix()
230 throw new UserException.BadInput("line has the wrong number of columns"); in linesToMatrix()
239 throw new UserException.BadInput( in linesToMatrix()
/dports/biology/gatk/gatk-4.2.0.0/src/main/java/org/broadinstitute/hellbender/tools/spark/sv/
H A DInsertSizeDistribution.java45 …throw new UserException.BadInput("unsupported insert size distribution description format: " + des… in initializeDistribution()
49 …throw new UserException.BadInput("the insert-size distribution spec is not up to standard: " + des… in initializeDistribution()
67 … throw new UserException.BadInput("unsupported insert size distribution name '" + nameString in extractDistributionShape()
80 …throw new UserException.BadInput("bad " + name + " string '" + valueString + "' in insert size dis… in extractDoubleParameter()
83 …throw new UserException.BadInput("bad " + name + " value '" + value + "' in insert size distributi… in extractDoubleParameter()
/dports/devel/bingrep/bingrep-0.8.5/cargo-crates/scroll-0.10.2/src/
H A Derror.rs16 BadInput{ size: usize, msg: &'static str }, enumerator
31 Error::BadInput{ .. } => { "BadInput" } in description()
40 Error::BadInput{ .. } => { None } in cause()
59 … Error::BadInput{ ref msg, ref size } => { write! (fmt, "bad input {} ({})", msg, size) }, in fmt()
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/scroll-0.9.2/src/
H A Derror.rs16 BadInput{ size: T, msg: &'static str }, enumerator
31 Error::BadInput{ .. } => { "BadInput" } in description()
40 Error::BadInput{ .. } => { None } in cause()
59 … Error::BadInput{ ref msg, ref size } => { write! (fmt, "bad input {} ({})", msg, size) }, in fmt()
/dports/www/firefox/firefox-99.0/third_party/rust/scroll/src/
H A Derror.rs16 BadInput{ size: usize, msg: &'static str }, enumerator
31 Error::BadInput{ .. } => { "BadInput" } in description()
40 Error::BadInput{ .. } => { None } in cause()
59 … Error::BadInput{ ref msg, ref size } => { write! (fmt, "bad input {} ({})", msg, size) }, in fmt()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/scroll/src/
H A Derror.rs16 BadInput{ size: usize, msg: &'static str }, enumerator
31 Error::BadInput{ .. } => { "BadInput" } in description()
40 Error::BadInput{ .. } => { None } in cause()
59 … Error::BadInput{ ref msg, ref size } => { write! (fmt, "bad input {} ({})", msg, size) }, in fmt()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/scroll/src/
H A Derror.rs16 BadInput{ size: usize, msg: &'static str }, enumerator
31 Error::BadInput{ .. } => { "BadInput" } in description()
40 Error::BadInput{ .. } => { None } in cause()
59 … Error::BadInput{ ref msg, ref size } => { write! (fmt, "bad input {} ({})", msg, size) }, in fmt()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/scroll/src/
H A Derror.rs16 BadInput{ size: usize, msg: &'static str }, enumerator
31 Error::BadInput{ .. } => { "BadInput" } in description()
40 Error::BadInput{ .. } => { None } in cause()
59 … Error::BadInput{ ref msg, ref size } => { write! (fmt, "bad input {} ({})", msg, size) }, in fmt()
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/scroll-0.10.2/src/
H A Derror.rs16 BadInput{ size: usize, msg: &'static str }, enumerator
31 Error::BadInput{ .. } => { "BadInput" } in description()
40 Error::BadInput{ .. } => { None } in cause()
59 … Error::BadInput{ ref msg, ref size } => { write! (fmt, "bad input {} ({})", msg, size) }, in fmt()
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/scroll-0.9.2/src/
H A Derror.rs16 BadInput{ size: T, msg: &'static str }, enumerator
31 Error::BadInput{ .. } => { "BadInput" } in description()
40 Error::BadInput{ .. } => { None } in cause()
59 … Error::BadInput{ ref msg, ref size } => { write! (fmt, "bad input {} ({})", msg, size) }, in fmt()
/dports/devel/py-maturin/maturin-0.11.3/cargo-crates/scroll-0.10.2/src/
H A Derror.rs16 BadInput{ size: usize, msg: &'static str }, enumerator
31 Error::BadInput{ .. } => { "BadInput" } in description()
40 Error::BadInput{ .. } => { None } in cause()
59 … Error::BadInput{ ref msg, ref size } => { write! (fmt, "bad input {} ({})", msg, size) }, in fmt()
/dports/biology/gatk/gatk-4.2.0.0/src/main/java/org/broadinstitute/hellbender/tools/spark/pathseq/
H A DPSTree.java128 …throw new UserException.BadInput("Malformed tree detected. Node " + id + " has non-existent child … in checkStructure()
131 …throw new UserException.BadInput("Malformed tree detected. Node " + id + " has child " + child + "… in checkStructure()
137 …throw new UserException.BadInput("Malformed tree detected. Node " + id + " has non-existent parent… in checkStructure()
140 …throw new UserException.BadInput("Malformed tree detected. Node " + id + " has parent " + parent +… in checkStructure()
149 …throw new UserException.BadInput("Malformed tree detected. Tree is disconnected. " + unreachable.s… in checkStructure()
166 … throw new UserException.BadInput("Could not find node " + id + " while traversing the tree"); in traverse()
169 …throw new UserException.BadInput("Tree contains a cycle. Attempted to visit node " + id + " twice … in traverse()
290 … throw new UserException.BadInput("Parent node " + id + " not found in tree while getting path"); in getPathOf()
293 throw new UserException.BadInput("The tree contains a cycle at node " + id); in getPathOf()
H A DPSBuildReferenceTaxonomyUtils.java63 …throw new UserException.BadInput("Expected taxonomy ID to be an integer but found \"" + taxonId + … in parseTaxonId()
137 …throw new UserException.BadInput("Expected at least " + minColumns + " tab-delimited columns in " + in parseCatalog()
158 …throw new UserException.BadInput("Expected at least 4 columns in tax dump names file but found " +… in parseNamesFile()
188 …throw new UserException.BadInput("Expected at least 3 columns in tax dump nodes file but found " +… in parseNodesFile()
282 …throw new UserException.BadInput("Did not find any taxa corresponding to reference sequence names.… in buildTaxonomicTree()
302 throw new UserException.BadInput("Could not open file " + path, e); in getBufferedReaderGz()
325 … throw new UserException.BadInput("Could not find file " + fileName + " in tarball " + tarPath); in getBufferedReaderTarGz()
329 …throw new UserException.BadInput("Could not open compressed tarball file " + fileName + " in " + t… in getBufferedReaderTarGz()
H A DPathSeqBwaSpark.java150 …throw new UserException.BadInput("Input BAM should be unaligned, but found one or more sequences i… in loadBam()
196 throw new UserException.BadInput("Paired input BAM must be sorted by queryname"); in alignBam()
208 …throw new UserException.BadInput("Please use --paired-input or --unpaired-input instead of --input… in runTool()
219 …throw new UserException.BadInput("No reads were loaded. Ensure --paired-input and/or --unpaired-in… in runTool()
/dports/biology/gatk/gatk-4.2.0.0/src/main/java/org/broadinstitute/hellbender/utils/tsv/
H A DTableReader.java211 TableColumnCollection.checkNames(line, UserException.BadInput::new); in findAndProcessHeaderLine()
236 protected final UserException.BadInput formatException(final String message) { in formatException()
237 return new UserException.BadInput(formatExceptionMessageWithLocationInfo(message)); in formatException()
249 protected final UserException.BadInput formatExceptionWithoutLocation(final String message) { in formatExceptionWithoutLocation()
250 return new UserException.BadInput(formatExceptionMessageWithoutLocationInfo(message)); in formatExceptionWithoutLocation()
/dports/biology/gatk/gatk-4.2.0.0/src/main/java/org/broadinstitute/hellbender/tools/
H A DGetSampleName.java85 …throw new UserException.BadInput("The given input bam has no header or no read groups. Cannot det… in onTraversalStart()
90 …throw new UserException.BadInput("The given input bam has more than one unique sample name: " + St… in onTraversalStart()
94 throw new UserException.BadInput("The given bam input has no sample names."); in onTraversalStart()
/dports/biology/gatk/gatk-4.2.0.0/src/main/java/org/broadinstitute/hellbender/utils/report/
H A DGATKReportVersion.java59 … throw new UserException.BadInput("The GATK report has no version specified in the header"); in fromHeader()
73 …throw new UserException.BadInput("The GATK report has an unknown/unsupported version in the header… in fromHeader()
/dports/biology/gatk/gatk-4.2.0.0/src/main/java/org/broadinstitute/hellbender/tools/copynumber/formats/collections/
H A DCopyNumberPosteriorDistributionCollection.java56 …throw new UserException.BadInput(String.format("Validation error occurred on line %d of the poster… in getPosteriorRecordFromDataLineDecoder()
121 …throw new UserException.BadInput(String.format("The column names of the copy number posterior file…
130 throw new UserException.BadInput(String.format(
/dports/lang/elm/compiler-0.19.1/worker/src/Endpoint/
H A DCompile.hs83 BadInput name err ->
109 | BadInput ModuleName.Raw Error.Error constructor
116 BadInput N._Main (Error.BadSyntax err)
121 BadInput (Src.getName modul) (Error.BadImports err)
126 BadInput (Src.getName modul) err
/dports/biology/gatk/gatk-4.2.0.0/src/main/java/org/broadinstitute/hellbender/tools/copynumber/formats/
H A DCopyNumberFormatsUtils.java42 throw new UserException.BadInput(String.format( in readColumnsFromHeader()
47 throw new UserException.BadInput("Column headers must all be unique."); in readColumnsFromHeader()
/dports/net-im/dendrite/dendrite-0.5.1/clientapi/routing/
H A Dkey_backup.go72 if performKeyBackupResp.BadInput {
133 if performKeyBackupResp.BadInput {
166 if performKeyBackupResp.BadInput {
200 if performKeyBackupResp.BadInput {
/dports/biology/gatk/gatk-4.2.0.0/src/main/java/org/broadinstitute/hellbender/tools/walkers/vqsr/
H A DFilterVariantTranches.java197 …throw new UserException.BadInput(String.format("The provided variant file(s) have inconsistent ref… in firstPassApply()
211 …throw new UserException.BadInput("VCF contains no variants or no variants with INFO score key \"" … in afterFirstPass()
215 …throw new UserException.BadInput("Neither SNP nor indel resource contains variants overlapping inp… in afterFirstPass()
219 …throw new UserException.BadInput("SNPs are present in input VCF, but cannot be filtered because no… in afterFirstPass()
223 …throw new UserException.BadInput("Indels are present in input VCF, but cannot be filtered because … in afterFirstPass()
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/script/dom/
H A Dvaliditystate.rs25 BadInput, enumerator
112 fn BadInput(&self) -> bool { in BadInput() method
/dports/biology/gatk/gatk-4.2.0.0/src/main/java/org/broadinstitute/hellbender/tools/funcotator/dataSources/
H A DDataSourceUtils.java220 … throw new UserException.BadInput("ERROR: contains more than one dataset of name: " in getAndValidateDataSourcesFromPaths()
649 …throw new UserException.BadInput("Unable to read from data source config file: " + configFilePath.… in readConfigFileProperties()
850 … throw new UserException.BadInput("ERROR in config file: " + configFilePath.toUri().toString() + in assertConfigFilePropertiesAreValid()
866 …throw new UserException.BadInput("Config file for datasource (" + configFilePath.toUri().toString(… in assertConfigPropertiesContainsKey()
881 … throw new UserException.BadInput("ERROR in config file: " + filePath.toUri().toString() + in assertIntegerPropertiesField()
897 … throw new UserException.BadInput("ERROR in config file: " + filePath.toUri().toString() + in assertBooleanPropertiesField()
939 … throw new UserException.BadInput("ERROR in config file: " + configFilePath.toUri().toString() + in assertPathFilePropertiesField()
943 … throw new UserException.BadInput("ERROR in config file: " + configFilePath.toUri().toString() + in assertPathFilePropertiesField()
947 … throw new UserException.BadInput("ERROR in config file: " + configFilePath.toUri().toString() + in assertPathFilePropertiesField()

123456789