IKVM11  11
Java SE 11 Virtual Machine for .NET
Loading...
Searching...
No Matches
JavaException.cs File Reference

Go to the source code of this file.

Classes

class  IKVM.Runtime.RetargetableJavaException
 .NET exception that corresponds to a Java exception. More...
 
class  IKVM.Runtime.ClassLoadingException
 This is not a Java exception, but instead it wraps a Java exception that was thrown by a class loader. It is used so ClassFile.LoadClassHelper() can catch Java exceptions and turn them into UnloadableTypeWrappers without inadvertantly hiding exceptions caused by coding errors in the IKVM code. More...
 
class  IKVM.Runtime.LinkageError
 
class  IKVM.Runtime.VerifyError
 
class  IKVM.Runtime.ClassNotFoundException
 
class  IKVM.Runtime.ClassCircularityError
 
class  IKVM.Runtime.NoClassDefFoundError
 
class  IKVM.Runtime.IncompatibleClassChangeError
 
class  IKVM.Runtime.IllegalAccessError
 
class  IKVM.Runtime.ClassFormatError
 
class  IKVM.Runtime.UnsupportedClassVersionError
 
class  IKVM.Runtime.JavaSecurityException
 

Namespaces

namespace  IKVM
 
namespace  IKVM.Runtime