Home
last modified time | relevance | path

Searched defs:CommandException (Results 1 – 25 of 34) sorted by relevance

12

/dports/net-im/signal-cli/signal-cli-0.9.0/src/main/java/org/asamk/signal/commands/exceptions/
H A DCommandException.java3 public class CommandException extends Exception { class
5 public CommandException(final String message) { in CommandException() method in CommandException
9 public CommandException(final String message, final Throwable cause) { in CommandException() method in CommandException
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/common/
H A DCommandException.java25 public abstract class CommandException extends Exception { class
46 public CommandException(final String message) { in CommandException() method in CommandException
59 public CommandException(final String message, final Throwable cause) { in CommandException() method in CommandException
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/commands/
H A DCommandException.java31 public abstract class CommandException extends Exception { class
48 public CommandException(String message) { in CommandException() method in CommandException
60 public CommandException(String message, Throwable cause) { in CommandException() method in CommandException
/dports/net-mgmt/py-opn-cli/opn-cli-0.8.1/opnsense_cli/exceptions/
H A Dcommand.py4 class CommandException(ClickException): class
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/extbase/Classes/Mvc/Exception/
H A DCommandException.php21 class CommandException extends \TYPO3\CMS\Extbase\Mvc\Exception class
/dports/www/bolt/bolt-2.2.24/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/
H A DCommandException.php7 class CommandException extends RuntimeException {} class
/dports/security/py-vici/vici-5.9.3/vici/
H A Dexception.py12 class CommandException(Exception): class
/dports/databases/pecl-mongodb/mongodb-1.9.1/src/MongoDB/Exception/
H A DCommandException.c30 static PHP_METHOD(CommandException, getResultDocument) in PHP_METHOD() argument
/dports/deskutils/copyq/CopyQ-5.0.0/src/common/
H A Dcommandstatus.h32 CommandException = 4, enumerator
/dports/devel/arcanist-lib/arcanist-b2e715f/src/future/exec/
H A DCommandException.php6 final class CommandException extends Exception { class
/dports/devel/arcanist/arcanist-b2e715f/src/future/exec/
H A DCommandException.php6 final class CommandException extends Exception { class
/dports/www/moodle311/moodle/cache/stores/mongodb/MongoDB/Operation/
H A DDropCollection.php21 use MongoDB\Driver\Exception\CommandException; alias
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/include/llvm/AsmParser/
H A DLLToken.h40 kw_vscale, in CommandException()
41 kw_x, in CommandException()
/dports/www/bolt/bolt-2.2.24/vendor/guzzle/guzzle/src/Guzzle/Service/Command/
H A DCommandInterface.php9 use Guzzle\Service\Exception\CommandException; alias
H A DAbstractCommand.php15 use Guzzle\Service\Exception\CommandException; alias
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/external_bin/gsutil/gsutil_4.28/gsutil/gslib/
H A Dexception.py48 class CommandException(StandardError): class
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/gsutil/gslib/
H A Dexception.py56 class CommandException(StandardError): class
/dports/net/google-cloud-sdk/google-cloud-sdk/platform/gsutil/gslib/
H A Dexception.py58 class CommandException(StandardError): class
/dports/x11-wm/qtile/qtile-0.18.1/libqtile/command/
H A Dbase.py53 class CommandException(Exception): class
/dports/databases/pgbarman/barman-release-2.17/barman/
H A Dexceptions.py32 class CommandException(BarmanException): class
/dports/net/libcmis/libcmis-0.5.2/src/
H A Dcmis-client.cxx159 class CommandException : public exception class
165 CommandException( string msg ) : m_msg( msg ) { } in CommandException() function in CommandException
167 CommandException( const CommandException& copy ) : m_msg( copy.m_msg ) { } in CommandException() function in CommandException
/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.Debugger.Soft/Mono.Debugger.Soft/
H A DVirtualMachine.cs787 public class CommandException : Exception { class
789 …internal CommandException (ErrorCode error_code) : base ("Debuggee returned error code " + error_c… in CommandException() method in Mono.Debugger.Soft.CommandException
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.jlink/share/classes/jdk/tools/jmod/
H A DJmodTask.java116 static class CommandException extends RuntimeException { class in JmodTask
120 CommandException(String key, Object... args) { in CommandException() method in JmodTask.CommandException
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.jlink/share/classes/jdk/tools/jmod/
H A DJmodTask.java116 static class CommandException extends RuntimeException { class in JmodTask
120 CommandException(String key, Object... args) { in CommandException() method in JmodTask.CommandException
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.jlink/share/classes/jdk/tools/jmod/
H A DJmodTask.java116 static class CommandException extends RuntimeException { class in JmodTask
120 CommandException(String key, Object... args) { in CommandException() method in JmodTask.CommandException

12