Home
last modified time | relevance | path

Searched refs:croakError (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/
H A DBase.pm47 sub croakError subroutine
177 @_) or $self->croakError("${class}: " . $got->getError()) ;
190 $obj->croakError("$class: Missing Output parameter")
238 or $obj->croakError("${class}: " . $obj->error());
316 $self->croakError("$from: output parameter not a filename, filehandle or scalar ref")
322 $self->croakError("$from: output buffer is read-only")
336 $obj->croakError("$name: expected at least 1 parameters\n")
590 $self->croakError( *$self->{ClassName} . "::write: not a scalar reference" )
606 $self->croakError(*$self->{ClassName} . "::write: offset outside string")
738 or $self->croakError("newStream: $self->{Error}");
[all …]
/openbsd/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/Base/
H A DCommon.pm80 $obj->croakError("$class: Encode module needed to use -Encode")
85 $obj->croakError("$class: Encoding '$want_encoding' is not available")
238 $obj->croakError("$reportClass: illegal input parameter") ;
251 $obj->croakError("$reportClass: illegal output parameter") ;
258 $obj->croakError("Need input fileglob for outout fileglob");
280 $obj->croakError("$reportClass: input and output $inType are identical")
326 $obj->croakError("$reportClass: output filename is undef or null string")
349 sub IO::Compress::Base::Validator::croakError
364 $self->croakError("$self->{reportClass}: input filename is undef or null string")
403 $self->croakError("unknown input parameter") ;
[all …]
/openbsd/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Uncompress/
H A DBase.pm279 sub croakError subroutine
376 or $self->croakError("${class}: " . $got->getError()) ;
379 or $self->croakError("${class}: " . $self->error()) ;
391 $obj->croakError("$class: Missing Input parameter")
412 or $obj->croakError("${class}: " . *$obj->{Error});
568 $obj->croakError("$name: expected at least 1 parameters\n")
1113 $self->croakError(*$self->{ClassName} . "::read: buffer parameter is read-only")
1155 $self->croakError(*$self->{ClassName} . "::read: length parameter is negative")
1290 $self->croakError(*$self->{ClassName} .
1417 $self->croakError(*$self->{ClassName} . "::seek: SEEK_END not allowed") ;
[all …]