Class IllegalTypeNameException
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
com.pnfsoftware.jeb.core.units.code.asm.type.IllegalTypeNameException
- All Implemented Interfaces:
Serializable
Exception raised when a type name is invalid.
- See Also:
-
Constructor Summary
Constructors -
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
-
IllegalTypeNameException
Create an exception.- Parameters:
msg- detail messagetypename- invalid type name
-
-
Method Details
-
getIllegalTypename
Retrieve the invalid type name.- Returns:
- invalid type name
-