Package system.xaml

Class XamlInternalException

    • Field Detail

      • assemblyFullName

        public static final java.lang.String assemblyFullName
        Fully assembly qualified name: System.Xaml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
        See Also:
        Constant Field Values
      • assemblyShortName

        public static final java.lang.String assemblyShortName
        Assembly name: System.Xaml
        See Also:
        Constant Field Values
      • className

        public static final java.lang.String className
        Qualified class name: System.Xaml.XamlInternalException
        See Also:
        Constant Field Values
      • classType

        public static org.mases.jcobridge.JCType classType
        The type managed from JCOBridge. See JCType
    • Constructor Detail

      • XamlInternalException

        public XamlInternalException()
      • XamlInternalException

        public XamlInternalException​(java.lang.Object instance)
        Internal constructor. Use with caution
      • XamlInternalException

        public XamlInternalException​(java.lang.String message)
      • XamlInternalException

        public XamlInternalException​(NetException cause)
      • XamlInternalException

        public XamlInternalException​(java.lang.String message,
                                     NetException cause)