Home
last modified time | relevance | path

Searched defs:WrongTypeException (Results 1 – 16 of 16) sorted by relevance

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/types/
H A DWrongTypeException.java27 public class WrongTypeException extends RuntimeException { class
28 public WrongTypeException() { in WrongTypeException() method in WrongTypeException
32 public WrongTypeException(String detail) { in WrongTypeException() method in WrongTypeException
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/types/
H A DWrongTypeException.java27 public class WrongTypeException extends RuntimeException { class
28 public WrongTypeException() { in WrongTypeException() method in WrongTypeException
32 public WrongTypeException(String detail) { in WrongTypeException() method in WrongTypeException
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/types/
H A DWrongTypeException.java27 public class WrongTypeException extends RuntimeException { class
28 public WrongTypeException() { in WrongTypeException() method in WrongTypeException
32 public WrongTypeException(String detail) { in WrongTypeException() method in WrongTypeException
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/types/
H A DWrongTypeException.java27 public class WrongTypeException extends RuntimeException { class
28 public WrongTypeException() { in WrongTypeException() method in WrongTypeException
32 public WrongTypeException(String detail) { in WrongTypeException() method in WrongTypeException
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/types/
H A DWrongTypeException.java27 public class WrongTypeException extends RuntimeException { class
28 public WrongTypeException() { in WrongTypeException() method in WrongTypeException
32 public WrongTypeException(String detail) { in WrongTypeException() method in WrongTypeException
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/types/
H A DWrongTypeException.java27 public class WrongTypeException extends RuntimeException { class
28 public WrongTypeException() { in WrongTypeException() method in WrongTypeException
32 public WrongTypeException(String detail) { in WrongTypeException() method in WrongTypeException
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/types/
H A DWrongTypeException.java27 public class WrongTypeException extends RuntimeException { class
28 public WrongTypeException() { in WrongTypeException() method in WrongTypeException
32 public WrongTypeException(String detail) { in WrongTypeException() method in WrongTypeException
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/types/
H A DWrongTypeException.java27 public class WrongTypeException extends RuntimeException { class
28 public WrongTypeException() { in WrongTypeException() method in WrongTypeException
32 public WrongTypeException(String detail) { in WrongTypeException() method in WrongTypeException
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/
H A DWrongTypeException.java27 public class WrongTypeException extends RuntimeException { class
28 public WrongTypeException() { in WrongTypeException() method in WrongTypeException
32 public WrongTypeException(String detail) { in WrongTypeException() method in WrongTypeException
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/
H A DWrongTypeException.java27 public class WrongTypeException extends RuntimeException { class
28 public WrongTypeException() { in WrongTypeException() method in WrongTypeException
32 public WrongTypeException(String detail) { in WrongTypeException() method in WrongTypeException
/dports/math/scilab/scilab-6.1.1/scilab/modules/xcos/src/java/org/scilab/modules/xcos/io/scicos/
H A DScicosFormatException.java53 public static class WrongTypeException extends ScicosFormatException { class in ScicosFormatException
58 public WrongTypeException() { in WrongTypeException() method in ScicosFormatException.WrongTypeException
67 public WrongTypeException(String message, Throwable cause) { in WrongTypeException() method in ScicosFormatException.WrongTypeException
75 public WrongTypeException(Throwable cause) { in WrongTypeException() method in ScicosFormatException.WrongTypeException
87 public WrongTypeException(List<String> fields, int index) { in WrongTypeException() method in ScicosFormatException.WrongTypeException
/dports/devel/atlas-devel/Atlas-C++-0.6.4/Atlas/Message/
H A DElement.h23 WrongTypeException() : Atlas::Exception("Wrong Message::Element type") { } in WrongTypeException() function
/dports/math/giacxcas/CoCoALib-0.99700/src/CoCoA-5/
H A DAST.H171WrongTypeException(const std::string &expectedType, const std::string &foundType, const LexerNS::C… in WrongTypeException() function
176WrongTypeException(const std::string &expectedType, const std::string &foundType, boost::intrusiv… in WrongTypeException() function
181WrongTypeException(const std::string &expectedType, const std::string &foundType, const LexerNS::T… in WrongTypeException() function
/dports/math/cocoalib/CoCoALib-0.99712/src/CoCoA-5/
H A DAST.H183WrongTypeException(const std::string &expectedType, const std::string &foundType, const LexerNS::C… in WrongTypeException() function
188WrongTypeException(const std::string &expectedType, const std::string &foundType, boost::intrusiv… in WrongTypeException() function
193WrongTypeException(const std::string &expectedType, const std::string &foundType, const LexerNS::T… in WrongTypeException() function
/dports/dns/powerdns/pdns-4.5.2/ext/luawrapper/include/
H A DLuaContext.hpp204 class WrongTypeException : public std::runtime_error class in LuaContext
207 WrongTypeException(const std::string& luaType_, const std::type_info& destination_) : in WrongTypeException() function in LuaContext::WrongTypeException
/dports/dns/dnsdist/dnsdist-1.6.1/ext/luawrapper/include/
H A DLuaContext.hpp204 class WrongTypeException : public std::runtime_error class in LuaContext
207 WrongTypeException(const std::string& luaType_, const std::type_info& destination_) : in WrongTypeException() function in LuaContext::WrongTypeException