Class TypelibDefinitionException
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.TypelibDefinitionException
- All Implemented Interfaces:
Serializable
Exception raised when defining or generating a type library fails.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreate an exception.TypelibDefinitionException(String message) Create an exception with a message.TypelibDefinitionException(String message, Throwable cause) Create an exception with a message and cause.Create an exception with a 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
-
TypelibDefinitionException
public TypelibDefinitionException()Create an exception. -
TypelibDefinitionException
Create an exception with a message.- Parameters:
message- detail message
-
TypelibDefinitionException
Create an exception with a cause.- Parameters:
cause- cause
-
TypelibDefinitionException
Create an exception with a message and cause.- Parameters:
message- detail messagecause- cause
-