Class NativeTypeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.pnfsoftware.jeb.core.exceptions.JebRuntimeException
com.pnfsoftware.jeb.core.units.code.asm.type.NativeTypeException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CannotImportTypeException,IllegalTypeNameException
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNativeTypeException(String message) NativeTypeException(String message, Throwable cause) NativeTypeException(Throwable cause) -
Method Summary
Methods inherited from class com.pnfsoftware.jeb.core.exceptions.JebRuntimeException
getUnit, setUnit, withUnitMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NativeTypeException
public NativeTypeException() -
NativeTypeException
-
NativeTypeException
-
NativeTypeException
-