public class UnsupportedExtensionException extends ExtensionException
Modifier and Type | Field and Description |
---|---|
static int |
INVALID_CLASS_REFERENCE_ERROR |
static int |
NEWER_JVM_VERSION_NEEDED_ERROR |
static int |
UNKNOWN_ERROR |
Constructor and Description |
---|
UnsupportedExtensionException(int causeType) |
UnsupportedExtensionException(java.lang.Throwable cause) |
UnsupportedExtensionException(java.lang.Throwable cause,
java.lang.String extensionName) |
Modifier and Type | Method and Description |
---|---|
int |
getCauseType() |
int |
getCauseType(java.lang.Throwable cause) |
java.lang.String |
getLocalizedMessage() |
java.lang.String |
getMessage() |
getExtensionName, setExtensionName
public static final int UNKNOWN_ERROR
public static final int INVALID_CLASS_REFERENCE_ERROR
public static final int NEWER_JVM_VERSION_NEEDED_ERROR
public UnsupportedExtensionException(int causeType)
public UnsupportedExtensionException(java.lang.Throwable cause)
public UnsupportedExtensionException(java.lang.Throwable cause, java.lang.String extensionName)
public int getCauseType()
public int getCauseType(java.lang.Throwable cause)
public java.lang.String getLocalizedMessage()
getLocalizedMessage
in class java.lang.Throwable
public java.lang.String getMessage()
getMessage
in class java.lang.Throwable
Further documentation and examples can be found under www.mathletfactory.de.