Home
last modified time | relevance | path

Searched refs:Exception (Results 1 – 25 of 100) sorted by relevance

1234

/illumos-gate/usr/src/cmd/dtrace/test/tst/common/java_api/src/
H A DTestStateMachine.java75 } catch (Exception e) { in beforeOpen()
86 } catch (Exception e) { in beforeOpen()
97 } catch (Exception e) { in beforeOpen()
106 } catch (Exception e) { in beforeOpen()
115 } catch (Exception e) { in beforeOpen()
126 } catch (Exception e) { in beforeOpen()
135 } catch (Exception e) { in beforeOpen()
146 } catch (Exception e) { in beforeOpen()
157 } catch (Exception e) { in beforeOpen()
165 } catch (Exception e) { in beforeOpen()
[all …]
H A DTestEnable.java64 } catch (Exception e) { in main()
75 } catch (Exception e) { in main()
86 } catch (Exception e) { in main()
99 } catch (Exception e) { in main()
110 } catch (Exception e) { in main()
126 } catch (Exception e) { in main()
H A DTestGetAggregate.java165 } catch (Exception e) { in startIncludedTest()
182 } catch (Exception e) { in startIncludedTest()
199 } catch (Exception e) { in startClearedTest()
216 } catch (Exception e) { in startClearedTest()
H A DTestBean.java98 } catch (Exception e) { in getXMLEncoder()
119 } catch (Exception e) { in getXMLDecoder()
570 } catch (Exception e) { in getProgram$File()
602 } catch (Exception e) { in getString()
623 } catch (Exception e) { in checkEquality()
640 } catch (Exception e) { in performSerializationTest()
675 } catch (Exception e) { in performBeanTest()
724 } catch (Exception e) { in main()
H A DTestMaxConsumers.java74 } catch (Exception e) { in main()
89 } catch (Exception e) { in main()
H A DTestAbort.java87 } catch (Exception e) { in main()
114 } catch (Exception e) { in main()
H A DTestFunctionLookup.java79 } catch (Exception e) { in main()
109 } catch (Exception e) { in main()
/illumos-gate/usr/src/common/acpica/utilities/
H A Dutexcep.c181 const ACPI_EXCEPTION_INFO *Exception; in AcpiFormatException() local
187 Exception = AcpiUtValidateException (Status); in AcpiFormatException()
188 if (!Exception) in AcpiFormatException()
198 return (Exception->Name); in AcpiFormatException()
223 const ACPI_EXCEPTION_INFO *Exception = NULL; in ACPI_EXPORT_SYMBOL() local
240 Exception = &AcpiGbl_ExceptionNames_Env [SubStatus]; in ACPI_EXPORT_SYMBOL()
248 Exception = &AcpiGbl_ExceptionNames_Pgm [SubStatus]; in ACPI_EXPORT_SYMBOL()
256 Exception = &AcpiGbl_ExceptionNames_Tbl [SubStatus]; in ACPI_EXPORT_SYMBOL()
264 Exception = &AcpiGbl_ExceptionNames_Aml [SubStatus]; in ACPI_EXPORT_SYMBOL()
281 if (!Exception || !Exception->Name) in ACPI_EXPORT_SYMBOL()
[all …]
/illumos-gate/usr/src/lib/libadt_jni/com/sun/audit/
H A DAuditSession.java47 } catch (Exception ex) {
98 catch (java.lang.Exception e) { in AuditSession()
121 public String getSessionId() throws Exception { in getSessionId()
128 catch (Exception e) { in getSessionId()
169 public byte[] exportSession() throws Exception { in exportSession()
176 catch (java.lang.Exception e) { in exportSession()
223 public void pushState() throws Exception { in pushState()
236 public void popState() throws Exception { in popState()
243 public void setLabel(String label) throws Exception { in setLabel()
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
H A DDRM.java57 public void connect(int version, String url) throws Exception; in connect()
64 public void disconnect() throws Exception; in disconnect()
71 public void request() throws Exception; in request()
78 public void offer() throws Exception; in offer()
85 public void cancel() throws Exception; in cancel()
H A DLogDRM.java64 public void connect(int requested, String url) throws Exception in connect()
83 public void disconnect() throws Exception in disconnect()
96 public void request() throws Exception in request()
110 public void offer() throws Exception in offer()
123 public void cancel() throws Exception in cancel()
H A DPoold.java797 private void execute() throws Exception in execute()
1021 } catch (Exception e) { in die()
1063 } catch (Exception e) { in warn()
1071 class ConfigurationException extends Exception
1087 class PooldException extends Exception {
H A DSystemSolver.java249 } catch (Exception e) { in initialize()
269 } catch (Exception e) { in initialize()
291 } catch (Exception e) { in initialize()
454 public boolean solve() throws Exception in solve()
637 } catch (Exception ex) { in solve()
739 } catch (Exception e) { in applyMove()
/illumos-gate/usr/src/tools/onbld/Checks/
H A DDbLookups.py50 class NonExistentBug(Exception):
52 return "Bug %s does not exist" % (Exception.__str__(self))
54 class BugDBException(Exception):
56 return "Unknown bug database: %s" % (Exception.__str__(self))
H A DCmtBlk.py37 class CmtBlkError(Exception):
39 Exception.__init__(self)
/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/
H A Dsymtab.c74 ENTRY *Exception; member
203 Symtab.Exception = free_entry(Symtab.Exception); in symtab_clear_exception()
376 Symtab.Exception = allocate_entry(Symtab.Exception, in symtab_set_exception()
386 if (Symtab.Exception == NULL) in symtab_get_exception()
389 return ((Symtab.Exception->e_valid)? Symtab.Exception: NULL); in symtab_get_exception()
/illumos-gate/usr/src/lib/libdtrace_jni/java/docs/examples/
H A DTestTarget.java58 } catch (Exception x) { in main()
76 } catch (Exception e) { in main()
/illumos-gate/usr/src/tools/scripts/
H A Dvalidate_pkg.py288 class ActionInfoError(Exception):
290 Exception.__init__(self)
352 class UnsupportedFileFormatError(Exception):
360 Exception.__init__(self)
464 class BadProtolistFormat(Exception):
470 return 'bad proto list entry: "%s"' % Exception.__str__(self)
577 class ManifestParsingError(Exception):
583 Exception.__init__(self)
/illumos-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DProgram.java154 } catch (Exception e) { in readObject()
258 } catch (Exception e) { in readObject()
H A DUserStackRecord.java283 } catch (Exception e) { in readObject()
292 } catch (Exception e) { in readObject()
H A DDTraceException.java35 public class DTraceException extends Exception {
H A DConsumerException.java36 public class ConsumerException extends Exception {
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServer_en.properties69Exception during creation of request message object.\n host:port=``{0}:{1}'''' interface=``{2}…
104 st_serialized_ex = Exception while registering serialized URL ``{0}'''': {1}
127 sslm_unparse_error = Exception during creation of request message object.\n Exception=``{0}''''\…
129 slh_creation_exception = Exception ``{0}'''' during creation of header for SLP Version {1}: {2}
132 cmm_creation_exception = Exception ``{0}'''' during creation of server side client message ``{1}'''…
143 rh_return_err = Exception while creating error return request: {0}
189 ssf_inst_ex = Exception instantiating service store class ``{0}'''': {1}
/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/pools/poold/com/sun/solaris/service/locality/
H A DLocalityDomain.java92 public LocalityDomain(int view) throws Exception in LocalityDomain()
338 private native long jl_init(int view) throws Exception; in jl_init()

1234