Home
last modified time | relevance | path

Searched defs:SystemException (Results 1 – 25 of 114) sorted by relevance

12345

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/
H A Dsystemexception.cs12 public class SystemException : Exception class
14 public SystemException() in SystemException() method in System.SystemException
19 public SystemException(String message) in SystemException() method in System.SystemException
24 public SystemException(String message, Exception innerException) in SystemException() method in System.SystemException
29 …protected SystemException(SerializationInfo info, StreamingContext context) : base(info, context) { in SystemException() method in System.SystemException
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/shared/System/
H A DSystemException.cs11 public class SystemException : Exception class
13 public SystemException() in SystemException() method in System.SystemException
19 public SystemException(String message) in SystemException() method in System.SystemException
25 public SystemException(String message, Exception innerException) in SystemException() method in System.SystemException
31 … protected SystemException(SerializationInfo info, StreamingContext context) : base(info, context) in SystemException() method in System.SystemException
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/CoreLib/System/
H A DSystemException.cs11 public class SystemException : Exception class
13 public SystemException() in SystemException() method in System.SystemException
19 public SystemException(String message) in SystemException() method in System.SystemException
25 public SystemException(String message, Exception innerException) in SystemException() method in System.SystemException
31 … protected SystemException(SerializationInfo info, StreamingContext context) : base(info, context) in SystemException() method in System.SystemException
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/javax/transaction/
H A DSystemException.java46 public class SystemException extends Exception class
50 public SystemException () in SystemException() method in SystemException
55 public SystemException (String msg) in SystemException() method in SystemException
60 public SystemException(int errcode) in SystemException() method in SystemException
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libjava/javax/transaction/
H A DSystemException.java46 public class SystemException extends Exception class
50 public SystemException () in SystemException() method in SystemException
55 public SystemException (String msg) in SystemException() method in SystemException
60 public SystemException(int errcode) in SystemException() method in SystemException
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/javax/transaction/
H A DSystemException.java46 public class SystemException extends Exception class
50 public SystemException () in SystemException() method in SystemException
55 public SystemException (String msg) in SystemException() method in SystemException
60 public SystemException(int errcode) in SystemException() method in SystemException
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/javax/transaction/
H A DSystemException.java46 public class SystemException extends Exception class
50 public SystemException () in SystemException() method in SystemException
55 public SystemException (String msg) in SystemException() method in SystemException
60 public SystemException(int errcode) in SystemException() method in SystemException
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libjava/javax/transaction/
H A DSystemException.java46 public class SystemException extends Exception class
50 public SystemException () in SystemException() method in SystemException
55 public SystemException (String msg) in SystemException() method in SystemException
60 public SystemException(int errcode) in SystemException() method in SystemException
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/javax/transaction/
H A DSystemException.java46 public class SystemException extends Exception class
50 public SystemException () in SystemException() method in SystemException
55 public SystemException (String msg) in SystemException() method in SystemException
60 public SystemException(int errcode) in SystemException() method in SystemException
/dports/java/sablevm-classpath/sablevm-classpath-1.13/javax/transaction/
H A DSystemException.java46 public class SystemException extends Exception class
50 public SystemException () in SystemException() method in SystemException
55 public SystemException (String msg) in SystemException() method in SystemException
60 public SystemException(int errcode) in SystemException() method in SystemException
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/javax/transaction/
H A DSystemException.java46 public class SystemException extends Exception class
50 public SystemException () in SystemException() method in SystemException
55 public SystemException (String msg) in SystemException() method in SystemException
60 public SystemException(int errcode) in SystemException() method in SystemException
/dports/devel/ice37/ice-3.7.2/java-compat/src/Ice/src/main/java/Ice/
H A DSystemException.java10 public abstract class SystemException extends Exception class
12 public SystemException() in SystemException() method in SystemException
16 public SystemException(Throwable cause) in SystemException() method in SystemException
/dports/devel/py-ice37/ice-3.7.2/java-compat/src/Ice/src/main/java/Ice/
H A DSystemException.java10 public abstract class SystemException extends Exception class
12 public SystemException() in SystemException() method in SystemException
16 public SystemException(Throwable cause) in SystemException() method in SystemException
/dports/devel/php-ice37/ice-3.7.2/java-compat/src/Ice/src/main/java/Ice/
H A DSystemException.java10 public abstract class SystemException extends Exception class
12 public SystemException() in SystemException() method in SystemException
16 public SystemException(Throwable cause) in SystemException() method in SystemException
/dports/devel/php-ice37/ice-3.7.2/java/src/Ice/src/main/java/com/zeroc/Ice/
H A DThreadHookPlugin.java13 * @see PluginFactory
14 * @see Plugin in SystemException()
19 * Installs thread notification hooks for a communicator. in SystemException()
/dports/devel/ice37/ice-3.7.2/java/src/Ice/src/main/java/com/zeroc/Ice/
H A DSystemException.java12 public abstract class SystemException extends Exception class
14 public SystemException() in SystemException() method in SystemException
18 public SystemException(Throwable cause) in SystemException() method in SystemException
/dports/devel/py-ice37/ice-3.7.2/java/src/Ice/src/main/java/com/zeroc/Ice/
H A DSystemException.java12 public abstract class SystemException extends Exception class
14 public SystemException() in SystemException() method in SystemException
18 public SystemException(Throwable cause) in SystemException() method in SystemException
/dports/www/suphp/suphp-0.7.2/src/
H A DSystemException.cpp29 suPHP::SystemException::SystemException(std::string file, int line) : in SystemException() function in suPHP::SystemException
32 suPHP::SystemException::SystemException(std::string message, std::string file, int line) : in SystemException() function in suPHP::SystemException
35 suPHP::SystemException::SystemException(Exception& cause, std::string file, int line) : in SystemException() function in suPHP::SystemException
38 suPHP::SystemException::SystemException(std::string message, Exception& cause, std::string file, in… in SystemException() function in suPHP::SystemException
/dports/net/tigervnc-server/tigervnc-1.12.0/java/com/tigervnc/rdr/
H A DSystemException.java24 public class SystemException extends Exception { class
25 public SystemException(String s) { in SystemException() method in SystemException
/dports/net/tigervnc-viewer/tigervnc-1.12.0/java/com/tigervnc/rdr/
H A DSystemException.java24 public class SystemException extends Exception { class
25 public SystemException(String s) { in SystemException() method in SystemException
/dports/games/picmi/picmi-21.12.3/src/
H A Dsystemexception.h28 SystemException() { m_msg = QStringLiteral("system error"); } in SystemException() function
29 SystemException(const QString &msg) { m_msg = msg; } in SystemException() function
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/org/omg/CORBA/
H A DSystemException.java48 public abstract class SystemException class
87 protected SystemException(String a_reason, int a_minor, in SystemException() method in SystemException
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/org/omg/CORBA/
H A DSystemException.java48 public abstract class SystemException class
87 protected SystemException(String a_reason, int a_minor, in SystemException() method in SystemException
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/org/omg/CORBA/
H A DSystemException.java48 public abstract class SystemException class
87 protected SystemException(String a_reason, int a_minor, in SystemException() method in SystemException
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/org/omg/CORBA/
H A DSystemException.java48 public abstract class SystemException class
87 protected SystemException(String a_reason, int a_minor, in SystemException() method in SystemException

12345