2011-05-22 17:40:22 +02:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2011-04-28 11:19:27 +02:00
|
|
|
|
<!--
|
|
|
|
|
|
|
|
|
|
This file is
|
|
|
|
|
|
|
|
|
|
Copyright 2010,2011 Kevin Glynn (kevin.glynn@twigletsoftware.com)
|
|
|
|
|
|
|
|
|
|
-->
|
|
|
|
|
<Class xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0">
|
|
|
|
|
<Imports>
|
|
|
|
|
<Import>CS2JNet.System.InvalidOperationException</Import>
|
|
|
|
|
</Imports>
|
|
|
|
|
<Java>InvalidOperationException</Java>
|
|
|
|
|
<Name>System.InvalidOperationException</Name>
|
|
|
|
|
<Uses />
|
|
|
|
|
<Inherits>
|
|
|
|
|
<Type>System.Exception</Type>
|
|
|
|
|
</Inherits>
|
|
|
|
|
<Methods />
|
|
|
|
|
<Properties />
|
|
|
|
|
<Events />
|
|
|
|
|
<Indexers />
|
|
|
|
|
<Constructors>
|
|
|
|
|
<Constructor>
|
|
|
|
|
<Imports>
|
|
|
|
|
<Import>CS2JNet.System.InvalidOperationException</Import>
|
|
|
|
|
</Imports>
|
|
|
|
|
<Java>new InvalidOperationException()</Java>
|
|
|
|
|
<Params />
|
|
|
|
|
</Constructor>
|
|
|
|
|
<Constructor>
|
|
|
|
|
<Imports>
|
|
|
|
|
<Import>CS2JNet.System.InvalidOperationException</Import>
|
|
|
|
|
</Imports>
|
|
|
|
|
<Java>new InvalidOperationException(${message})</Java>
|
|
|
|
|
<Params>
|
|
|
|
|
<Param>
|
|
|
|
|
<Type>System.String</Type>
|
|
|
|
|
<Name>message</Name>
|
|
|
|
|
</Param>
|
|
|
|
|
</Params>
|
|
|
|
|
</Constructor>
|
|
|
|
|
<Constructor>
|
|
|
|
|
<Imports>
|
|
|
|
|
<Import>CS2JNet.System.InvalidOperationException</Import>
|
|
|
|
|
</Imports>
|
|
|
|
|
<Java>new InvalidOperationException(${info},${ctxt})</Java>
|
|
|
|
|
<Params>
|
|
|
|
|
<Param>
|
|
|
|
|
<Type>System.SerializationInfo</Type>
|
|
|
|
|
<Name>info</Name>
|
|
|
|
|
</Param>
|
|
|
|
|
<Param>
|
|
|
|
|
<Type>System.StreamingContext</Type>
|
|
|
|
|
<Name>ctxt</Name>
|
|
|
|
|
</Param>
|
|
|
|
|
</Params>
|
|
|
|
|
</Constructor>
|
|
|
|
|
<Constructor>
|
|
|
|
|
<Imports>
|
|
|
|
|
<Import>CS2JNet.System.InvalidOperationException</Import>
|
|
|
|
|
</Imports>
|
|
|
|
|
<Java>new InvalidOperationException(${message}, ${inner})</Java>
|
|
|
|
|
<Params>
|
|
|
|
|
<Param>
|
|
|
|
|
<Type>System.String</Type>
|
|
|
|
|
<Name>message</Name>
|
|
|
|
|
</Param>
|
|
|
|
|
<Param>
|
|
|
|
|
<Type>System.Exception</Type>
|
|
|
|
|
<Name>inner</Name>
|
|
|
|
|
</Param>
|
|
|
|
|
</Params>
|
|
|
|
|
</Constructor>
|
|
|
|
|
</Constructors>
|
|
|
|
|
<Fields />
|
|
|
|
|
<Casts />
|
|
|
|
|
<UnaryOps />
|
|
|
|
|
<BinaryOps />
|
2011-05-22 17:40:22 +02:00
|
|
|
|
<Signature xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /><DigestValue>1eHYF4d6Kna8vr1gxf+yy5FFQns=</DigestValue></Reference></SignedInfo><SignatureValue>MfkaqWomg11FZaQJLaWTxUGjUQzTPcDnBPuF2q4PCyjlnigDr4B2+VT7qyRz+8jt4GDVihUil6WFh8XJkqbGITNgIEtmclayJvQIp+r0Tlmz2UQhfXRVAPpsvBf5S75NQmyT/+ZuPs1UyRuT9ts5GOhlhNNAHy/S0DVRWzqalOc=</SignatureValue></Signature></Class>
|