Package system.text.regularexpressions
Class RegexParseException
- java.lang.Object
- 
- java.lang.Throwable
- 
- org.mases.jcobridge.netreflection.NetException
- 
- system.SystemException
- 
- system.ArgumentException
- 
- system.text.regularexpressions.RegexParseException
 
 
 
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable,- IJCOBridgeReflected
 
 public class RegexParseException extends ArgumentException The base .NET class managing System.Text.RegularExpressions.RegexParseException, System.Text.RegularExpressions, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Text.RegularExpressions.RegexParseException Powered by JCOBridge: more info at https://www.jcobridge.com - Author:
- MASES s.r.l https://masesgroup.com
- See Also:
- Serialized Form
 
- 
- 
Field SummaryFields Modifier and Type Field Description static java.lang.StringassemblyFullNameFully assembly qualified name: System.Text.RegularExpressions, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3astatic java.lang.StringassemblyShortNameAssembly name: System.Text.RegularExpressionsstatic java.lang.StringclassNameQualified class name: System.Text.RegularExpressions.RegexParseExceptionstatic JCTypeclassTypeThe type managed from JCOBridge.
 - 
Constructor SummaryConstructors Constructor Description RegexParseException()RegexParseException(java.lang.Object instance)Internal constructor.RegexParseException(java.lang.String message)RegexParseException(java.lang.String message, NetException cause)RegexParseException(NetException cause)
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RegexParseExceptioncast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoRegexParseException, a cast assert is made to check if types are compatible.RegexParseErrorgetError()java.lang.StringgetJCOAssemblyName()Returns the reflected Assembly namejava.lang.StringgetJCOClassName()Returns the reflected Class namejava.lang.ObjectgetJCOInstance()Returns the instantiated classjava.lang.StringgetJCOObjectName()Returns the reflected Class name used to build the objectJCTypegetJCOType()Returns the instantiated class TypevoidGetObjectData(SerializationInfo info, StreamingContext context)intgetOffset()voidsetJCOInstance(JCObject instance)- 
Methods inherited from class system.ArgumentExceptiongetParamName, ThrowIfNullOrEmpty, ThrowIfNullOrWhiteSpace
 - 
Methods inherited from class org.mases.jcobridge.netreflection.NetExceptionEquals, Equals, GetHashCode, getMessage, getStackTrace, GetType, hashCode, toString, ToString
 
- 
 
- 
- 
- 
Field Detail- 
assemblyFullNamepublic static final java.lang.String assemblyFullName Fully assembly qualified name: System.Text.RegularExpressions, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a- See Also:
- Constant Field Values
 
 - 
assemblyShortNamepublic static final java.lang.String assemblyShortName Assembly name: System.Text.RegularExpressions- See Also:
- Constant Field Values
 
 - 
classNamepublic static final java.lang.String className Qualified class name: System.Text.RegularExpressions.RegexParseException- See Also:
- Constant Field Values
 
 
- 
 - 
Constructor Detail- 
RegexParseExceptionpublic RegexParseException() 
 - 
RegexParseExceptionpublic RegexParseException(java.lang.Object instance) Internal constructor. Use with caution
 - 
RegexParseExceptionpublic RegexParseException(java.lang.String message) 
 - 
RegexParseExceptionpublic RegexParseException(NetException cause) 
 - 
RegexParseExceptionpublic RegexParseException(java.lang.String message, NetException cause)
 
- 
 - 
Method Detail- 
getJCOAssemblyNamepublic java.lang.String getJCOAssemblyName() Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
- getJCOAssemblyNamein interface- IJCOBridgeReflected
- Overrides:
- getJCOAssemblyNamein class- ArgumentException
- Returns:
- A Stringrepresenting the Fullname of reflected Assembly
 
 - 
getJCOClassNamepublic java.lang.String getJCOClassName() Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name- Specified by:
- getJCOClassNamein interface- IJCOBridgeReflected
- Overrides:
- getJCOClassNamein class- ArgumentException
- Returns:
- A Stringrepresenting the Fullname of reflected Class
 
 - 
getJCOObjectNamepublic java.lang.String getJCOObjectName() Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name used to build the object- Specified by:
- getJCOObjectNamein interface- IJCOBridgeReflected
- Overrides:
- getJCOObjectNamein class- ArgumentException
- Returns:
- A Stringrepresenting the name used to allocated the object in CLR context
 
 - 
getJCOInstancepublic java.lang.Object getJCOInstance() Description copied from interface:IJCOBridgeReflectedReturns the instantiated class- Specified by:
- getJCOInstancein interface- IJCOBridgeReflected
- Overrides:
- getJCOInstancein class- ArgumentException
- Returns:
- An Objectrepresenting the CLR instance of the instantiated Class
 
 - 
setJCOInstancepublic void setJCOInstance(JCObject instance) - Overrides:
- setJCOInstancein class- ArgumentException
 
 - 
getJCOTypepublic JCType getJCOType() Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
- getJCOTypein interface- IJCOBridgeReflected
- Overrides:
- getJCOTypein class- ArgumentException
- Returns:
- A JCTyperepresenting the CLR Type of the instantiated Class
 
 - 
castpublic static RegexParseException cast(IJCOBridgeReflected from) throws java.lang.Throwable Try to cast theIJCOBridgeReflectedinstance intoRegexParseException, a cast assert is made to check if types are compatible.- Parameters:
- from-- IJCOBridgeReflectedinstance to be casted
- Returns:
- RegexParseExceptioninstance
- Throws:
- java.lang.Throwable- in case of error during cast operation
 
 - 
GetObjectDatapublic void GetObjectData(SerializationInfo info, StreamingContext context) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, PlatformNotSupportedException, InvalidOperationException, SerializationException, ArgumentOutOfRangeException, OutOfMemoryException, FormatException - Overrides:
- GetObjectDatain class- ArgumentException
- Throws:
- java.lang.Throwable
- NotSupportedException
- ArgumentException
- ArgumentNullException
- PlatformNotSupportedException
- InvalidOperationException
- SerializationException
- ArgumentOutOfRangeException
- OutOfMemoryException
- FormatException
 
 - 
getOffsetpublic int getOffset() throws java.lang.Throwable- Throws:
- java.lang.Throwable
 
 - 
getErrorpublic RegexParseError getError() throws java.lang.Throwable - Throws:
- java.lang.Throwable
 
 
- 
 
-