Home
last modified time | relevance | path

Searched refs:AttributeNotFoundException (Results 1 – 25 of 459) sorted by relevance

12345678910>>...19

/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/javax/management/
H A DStandardMBean.java241 throw ((AttributeNotFoundException) in getAttribute()
288 catch (AttributeNotFoundException e) in getAttributes()
902 catch (AttributeNotFoundException e) in setAttributes()
955 throws AttributeNotFoundException in getMutator()
976 throw ((AttributeNotFoundException) in getMutator()
987 throw ((AttributeNotFoundException) in getMutator()
998 throw ((AttributeNotFoundException) in getMutator()
1009 throw ((AttributeNotFoundException) in getMutator()
1063 catch (AttributeNotFoundException e) in getMutator()
1073 catch (AttributeNotFoundException e) in getMutator()
[all …]
H A DAttributeNotFoundException.java47 public class AttributeNotFoundException class
54 public AttributeNotFoundException() in AttributeNotFoundException() method in AttributeNotFoundException
65 public AttributeNotFoundException(String message) in AttributeNotFoundException() method in AttributeNotFoundException
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/javax/management/
H A DStandardMBean.java241 throw ((AttributeNotFoundException) in getAttribute()
288 catch (AttributeNotFoundException e) in getAttributes()
902 catch (AttributeNotFoundException e) in setAttributes()
955 throws AttributeNotFoundException in getMutator()
976 throw ((AttributeNotFoundException) in getMutator()
987 throw ((AttributeNotFoundException) in getMutator()
998 throw ((AttributeNotFoundException) in getMutator()
1009 throw ((AttributeNotFoundException) in getMutator()
1063 catch (AttributeNotFoundException e) in getMutator()
1073 catch (AttributeNotFoundException e) in getMutator()
[all …]
H A DAttributeNotFoundException.java47 public class AttributeNotFoundException class
54 public AttributeNotFoundException() in AttributeNotFoundException() method in AttributeNotFoundException
65 public AttributeNotFoundException(String message) in AttributeNotFoundException() method in AttributeNotFoundException
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/javax/management/
H A DStandardMBean.java241 throw ((AttributeNotFoundException) in getAttribute()
288 catch (AttributeNotFoundException e) in getAttributes()
902 catch (AttributeNotFoundException e) in setAttributes()
955 throws AttributeNotFoundException in getMutator()
976 throw ((AttributeNotFoundException) in getMutator()
987 throw ((AttributeNotFoundException) in getMutator()
998 throw ((AttributeNotFoundException) in getMutator()
1009 throw ((AttributeNotFoundException) in getMutator()
1063 catch (AttributeNotFoundException e) in getMutator()
1073 catch (AttributeNotFoundException e) in getMutator()
[all …]
H A DAttributeNotFoundException.java47 public class AttributeNotFoundException class
54 public AttributeNotFoundException() in AttributeNotFoundException() method in AttributeNotFoundException
65 public AttributeNotFoundException(String message) in AttributeNotFoundException() method in AttributeNotFoundException
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/javax/management/
H A DStandardMBean.java241 throw ((AttributeNotFoundException) in getAttribute()
288 catch (AttributeNotFoundException e) in getAttributes()
902 catch (AttributeNotFoundException e) in setAttributes()
955 throws AttributeNotFoundException in getMutator()
976 throw ((AttributeNotFoundException) in getMutator()
987 throw ((AttributeNotFoundException) in getMutator()
998 throw ((AttributeNotFoundException) in getMutator()
1009 throw ((AttributeNotFoundException) in getMutator()
1063 catch (AttributeNotFoundException e) in getMutator()
1073 catch (AttributeNotFoundException e) in getMutator()
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/javax/management/
H A DStandardMBean.java241 throw ((AttributeNotFoundException) in getAttribute()
288 catch (AttributeNotFoundException e) in getAttributes()
902 catch (AttributeNotFoundException e) in setAttributes()
955 throws AttributeNotFoundException in getMutator()
976 throw ((AttributeNotFoundException) in getMutator()
987 throw ((AttributeNotFoundException) in getMutator()
998 throw ((AttributeNotFoundException) in getMutator()
1009 throw ((AttributeNotFoundException) in getMutator()
1063 catch (AttributeNotFoundException e) in getMutator()
1073 catch (AttributeNotFoundException e) in getMutator()
[all …]
/dports/cad/sumo/sumo-1.2.0/tools/contributed/lisum-core/src/main/java/de/dlr/ts/utils/xmladmin2/
H A DAttributeNotFoundException.java16 public class AttributeNotFoundException extends RuntimeException class
19 public AttributeNotFoundException() in AttributeNotFoundException() method in AttributeNotFoundException
23 public AttributeNotFoundException(String message) in AttributeNotFoundException() method in AttributeNotFoundException
28 public AttributeNotFoundException(String message, Throwable cause) in AttributeNotFoundException() method in AttributeNotFoundException
/dports/lang/gcc48/gcc-4.8.5/libjava/javax/management/
H A DAttributeNotFoundException.h16 class AttributeNotFoundException; variable
21 class javax::management::AttributeNotFoundException : public ::javax::management::OperationsExcepti…
25 AttributeNotFoundException();
26 AttributeNotFoundException(::java::lang::String *);
/dports/lang/gnat_util/gcc-6-20180516/libjava/javax/management/
H A DAttributeNotFoundException.h16 class AttributeNotFoundException; variable
21 class javax::management::AttributeNotFoundException : public ::javax::management::OperationsExcepti…
25 AttributeNotFoundException();
26 AttributeNotFoundException(::java::lang::String *);
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/javax/management/
H A DAttributeNotFoundException.h16 class AttributeNotFoundException; variable
21 class javax::management::AttributeNotFoundException : public ::javax::management::OperationsExcepti…
25 AttributeNotFoundException();
26 AttributeNotFoundException(::java::lang::String *);
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/javax/management/
H A DAttributeNotFoundException.h16 class AttributeNotFoundException; variable
21 class javax::management::AttributeNotFoundException : public ::javax::management::OperationsExcepti…
25 AttributeNotFoundException();
26 AttributeNotFoundException(::java::lang::String *);
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/javax/management/
H A DAttributeNotFoundException.h16 class AttributeNotFoundException; variable
21 class javax::management::AttributeNotFoundException : public ::javax::management::OperationsExcepti…
25 AttributeNotFoundException();
26 AttributeNotFoundException(::java::lang::String *);
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.management/share/classes/com/sun/jmx/mbeanserver/
H A DMBeanServerDelegateImpl.java31 import javax.management.AttributeNotFoundException;
140 throws AttributeNotFoundException, in getAttribute()
146 throw new AttributeNotFoundException("null"); in getAttribute()
168 throw new AttributeNotFoundException("null"); in getAttribute()
170 } catch (AttributeNotFoundException x) { in getAttribute()
191 throws AttributeNotFoundException, InvalidAttributeValueException, in setAttribute()
215 throw new AttributeNotFoundException(attname + " not accessible"); in setAttribute()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.management/share/classes/com/sun/jmx/mbeanserver/
H A DMBeanServerDelegateImpl.java31 import javax.management.AttributeNotFoundException;
140 throws AttributeNotFoundException, in getAttribute()
146 throw new AttributeNotFoundException("null"); in getAttribute()
168 throw new AttributeNotFoundException("null"); in getAttribute()
170 } catch (AttributeNotFoundException x) { in getAttribute()
191 throws AttributeNotFoundException, InvalidAttributeValueException, in setAttribute()
215 throw new AttributeNotFoundException(attname + " not accessible"); in setAttribute()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.management/share/classes/com/sun/jmx/mbeanserver/
H A DMBeanServerDelegateImpl.java31 import javax.management.AttributeNotFoundException;
140 throws AttributeNotFoundException, in getAttribute()
146 throw new AttributeNotFoundException("null"); in getAttribute()
168 throw new AttributeNotFoundException("null"); in getAttribute()
170 } catch (AttributeNotFoundException x) { in getAttribute()
191 throws AttributeNotFoundException, InvalidAttributeValueException, in setAttribute()
215 throw new AttributeNotFoundException(attname + " not accessible"); in setAttribute()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/com/sun/jmx/mbeanserver/
H A DMBeanServerDelegateImpl.java31 import javax.management.AttributeNotFoundException;
140 throws AttributeNotFoundException, in getAttribute()
146 throw new AttributeNotFoundException("null"); in getAttribute()
168 throw new AttributeNotFoundException("null"); in getAttribute()
170 } catch (AttributeNotFoundException x) { in getAttribute()
191 throws AttributeNotFoundException, InvalidAttributeValueException, in setAttribute()
215 throw new AttributeNotFoundException(attname + " not accessible"); in setAttribute()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.management/share/classes/com/sun/jmx/mbeanserver/
H A DMBeanServerDelegateImpl.java31 import javax.management.AttributeNotFoundException;
140 throws AttributeNotFoundException, in getAttribute()
146 throw new AttributeNotFoundException("null"); in getAttribute()
168 throw new AttributeNotFoundException("null"); in getAttribute()
170 } catch (AttributeNotFoundException x) { in getAttribute()
191 throws AttributeNotFoundException, InvalidAttributeValueException, in setAttribute()
215 throw new AttributeNotFoundException(attname + " not accessible"); in setAttribute()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.management/share/classes/com/sun/jmx/mbeanserver/
H A DMBeanServerDelegateImpl.java31 import javax.management.AttributeNotFoundException;
140 throws AttributeNotFoundException, in getAttribute()
146 throw new AttributeNotFoundException("null"); in getAttribute()
168 throw new AttributeNotFoundException("null"); in getAttribute()
170 } catch (AttributeNotFoundException x) { in getAttribute()
191 throws AttributeNotFoundException, InvalidAttributeValueException, in setAttribute()
215 throw new AttributeNotFoundException(attname + " not accessible"); in setAttribute()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.management/share/classes/com/sun/jmx/mbeanserver/
H A DMBeanServerDelegateImpl.java31 import javax.management.AttributeNotFoundException;
140 throws AttributeNotFoundException, in getAttribute()
146 throw new AttributeNotFoundException("null"); in getAttribute()
168 throw new AttributeNotFoundException("null"); in getAttribute()
170 } catch (AttributeNotFoundException x) { in getAttribute()
191 throws AttributeNotFoundException, InvalidAttributeValueException, in setAttribute()
215 throw new AttributeNotFoundException(attname + " not accessible"); in setAttribute()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.management/share/classes/com/sun/jmx/mbeanserver/
H A DMBeanServerDelegateImpl.java31 import javax.management.AttributeNotFoundException;
140 throws AttributeNotFoundException, in getAttribute()
146 throw new AttributeNotFoundException("null"); in getAttribute()
168 throw new AttributeNotFoundException("null"); in getAttribute()
170 } catch (AttributeNotFoundException x) { in getAttribute()
191 throws AttributeNotFoundException, InvalidAttributeValueException, in setAttribute()
215 throw new AttributeNotFoundException(attname + " not accessible"); in setAttribute()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.management/share/classes/com/sun/jmx/mbeanserver/
H A DMBeanServerDelegateImpl.java31 import javax.management.AttributeNotFoundException;
140 throws AttributeNotFoundException, in getAttribute()
146 throw new AttributeNotFoundException("null"); in getAttribute()
168 throw new AttributeNotFoundException("null"); in getAttribute()
170 } catch (AttributeNotFoundException x) { in getAttribute()
191 throws AttributeNotFoundException, InvalidAttributeValueException, in setAttribute()
215 throw new AttributeNotFoundException(attname + " not accessible"); in setAttribute()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/com/sun/jmx/mbeanserver/
H A DMBeanServerDelegateImpl.java31 import javax.management.AttributeNotFoundException;
140 throws AttributeNotFoundException, in getAttribute()
146 throw new AttributeNotFoundException("null"); in getAttribute()
168 throw new AttributeNotFoundException("null"); in getAttribute()
170 } catch (AttributeNotFoundException x) { in getAttribute()
191 throws AttributeNotFoundException, InvalidAttributeValueException, in setAttribute()
215 throw new AttributeNotFoundException(attname + " not accessible"); in setAttribute()
/dports/java/berkeley-db/je-6.2.31/src/com/sleepycat/je/jmx/
H A DJEDiagnostics.java15 import javax.management.AttributeNotFoundException;
113 throws AttributeNotFoundException, in getAttribute()
117 throw new AttributeNotFoundException in getAttribute()
129 throw new AttributeNotFoundException in getAttribute()
141 throws AttributeNotFoundException, in setAttribute()
146 throw new AttributeNotFoundException("Attribute can't be null."); in setAttribute()
154 throw new AttributeNotFoundException in setAttribute()
172 throw new AttributeNotFoundException in setAttribute()

12345678910>>...19