Searched refs:Exception (Results 1 - 25 of 120) sorted by relevance

12345

/illumos-gate/usr/src/lib/libdtrace_jni/java/docs/examples/
H A DTestTarget.java58 } catch (Exception x) {
76 } catch (Exception e) {
/illumos-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DConsumerException.java31 * Exception thrown by a {@link ConsumerListener} to terminate a running
36 public class ConsumerException extends Exception {
H A DDTraceException.java31 * Exception in the native DTrace library.
35 public class DTraceException extends Exception {
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
H A DDRM.java55 * @throws Exception If the connect fails.
57 public void connect(int version, String url) throws Exception;
62 * @throws Exception If the client is not connected.
64 public void disconnect() throws Exception;
69 * @throws Exception If the request fails.
71 public void request() throws Exception;
76 * @throws Exception If the offer fails.
78 public void offer() throws Exception;
83 * @throws Exception If the cancel fails.
85 public void cancel() throws Exception;
[all...]
H A DLogDRM.java62 * @throws Exception If the connect fails.
64 public void connect(int requested, String url) throws Exception
81 * @throws Exception If the client is not connected.
83 public void disconnect() throws Exception
94 * @throws Exception If the request fails.
96 public void request() throws Exception
108 * @throws Exception If the offer fails.
110 public void offer() throws Exception
121 * @throws Exception If the cancel fails.
123 public void cancel() throws Exception
[all...]
H A DMonitor.java101 class StaleMonitorException extends Exception {
H A DSolver.java66 * @throws Exception If the solve fails.
68 public boolean solve() throws Exception;
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/kstat/
H A DKstatException.java35 public abstract class KstatException extends Exception {
/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/
H A DpmFrame.java95 } catch (Exception x) {
112 } catch (Exception ssx) {
H A DpmGuiException.java36 public class pmGuiException extends Exception {
H A DpmHelpException.java37 class pmHelpException extends Exception {
/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/server/
H A DDoPrinterDelete.java52 catch (Exception e)
68 NameService ns) throws Exception
91 catch (Exception e) {
111 catch (Exception e) {
127 catch (Exception e) {
144 catch (Exception e) {
159 private static void deleteLocal(Printer p) throws Exception
H A DHost.java42 catch (Exception e) {
53 throws Exception
79 throws Exception
101 throws Exception
119 throws Exception
131 throws Exception
177 throws Exception
229 throws Exception
253 catch (Exception e) {
289 throws Exception
[all...]
H A DNameService.java52 public NameService(String nsname) throws Exception
133 public void checkAuth() throws Exception
H A DPrinterUtil.java54 catch (Exception e)
75 NameService ns) throws Exception
90 public synchronized static String[] getDeviceList() throws Exception
108 public synchronized static String[] getMakesList() throws Exception
123 String make) throws Exception
136 String make, String model) throws Exception
164 NameService ns) throws Exception
185 NameService ns) throws Exception
194 String printername) throws Exception
202 String passwd) throws Exception
[all...]
H A DSysCommand.java51 catch (Exception e) {
62 public void exec(String cmd) throws Exception
83 public void exec(String[] cmd) throws Exception
121 public void exec(String cmd, String locale) throws Exception
159 private String readOut() throws Exception
176 private String readErr() throws Exception
194 private int getStatus() throws Exception
210 catch (Exception e) {
233 } catch (Exception e) {
H A DpmException.java33 public class pmException extends Exception
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/java_api/src/
H A DTestEnable.java64 } catch (Exception e) {
75 } catch (Exception e) {
86 } catch (Exception e) {
99 } catch (Exception e) {
110 } catch (Exception e) {
126 } catch (Exception e) {
H A DTestMaxConsumers.java74 } catch (Exception e) {
89 } catch (Exception e) {
H A DTestStateMachine.java75 } catch (Exception e) {
86 } catch (Exception e) {
97 } catch (Exception e) {
106 } catch (Exception e) {
115 } catch (Exception e) {
126 } catch (Exception e) {
135 } catch (Exception e) {
146 } catch (Exception e) {
157 } catch (Exception e) {
165 } catch (Exception
[all...]
/illumos-gate/usr/src/tools/onbld/Checks/
H A DDbLookups.py46 class NonExistentBug(Exception):
48 return "Bug %s does not exist" % (Exception.__str__(self))
50 class BugDBException(Exception):
52 return "Unknown bug database: %s" % (Exception.__str__(self))
/illumos-gate/usr/src/lib/libadt_jni/com/sun/audit/
H A DAuditSession.java47 } catch (Exception ex) {
98 catch (java.lang.Exception e) {
121 public String getSessionId() throws Exception {
128 catch (Exception e) {
169 public byte[] exportSession() throws Exception {
176 catch (java.lang.Exception e) {
223 public void pushState() throws Exception {
236 public void popState() throws Exception {
243 public void setLabel(String label) throws Exception {
/illumos-gate/usr/src/lib/libdns_sd/java/com/apple/dnssd/
H A DDNSSDException.java25 abstract public class DNSSDException extends Exception
/illumos-gate/usr/src/cmd/acpi/common/
H A Dutexcep.c3 * Module Name: utexcep - Exception code support
73 const ACPI_EXCEPTION_INFO *Exception; local
79 Exception = AcpiUtValidateException (Status);
80 if (!Exception)
82 /* Exception code was not recognized */
90 return (Exception->Name);
115 const ACPI_EXCEPTION_INFO *Exception = NULL; local
132 Exception = &AcpiGbl_ExceptionNames_Env [SubStatus];
140 Exception = &AcpiGbl_ExceptionNames_Pgm [SubStatus];
148 Exception
[all...]
/illumos-gate/usr/src/uts/intel/io/acpica/utilities/
H A Dutexcep.c3 * Module Name: utexcep - Exception code support
73 const ACPI_EXCEPTION_INFO *Exception; local
79 Exception = AcpiUtValidateException (Status);
80 if (!Exception)
82 /* Exception code was not recognized */
90 return (Exception->Name);
115 const ACPI_EXCEPTION_INFO *Exception = NULL; local
132 Exception = &AcpiGbl_ExceptionNames_Env [SubStatus];
140 Exception = &AcpiGbl_ExceptionNames_Pgm [SubStatus];
148 Exception
[all...]

Completed in 73 milliseconds

12345