Class InvalidSourceInfoException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.wala.shrike.sourcepos.InvalidSourceInfoException
- All Implemented Interfaces:
Serializable
An
InvalidSourceInfoException is thrown if SourceInfo could not be initialized.
Reasons are an invalid bytecode and a missing CharacterRangeTable.- Author:
- Siegfried Weber, Juergen Graf <juergen.graf@gmail.com>
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance ofInvalidSourceInfoExceptionwithout detail message.Constructs an instance ofInvalidSourceInfoExceptionwith the specified detail message. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidSourceInfoException
public InvalidSourceInfoException()Creates a new instance ofInvalidSourceInfoExceptionwithout detail message. -
InvalidSourceInfoException
Constructs an instance ofInvalidSourceInfoExceptionwith the specified detail message.- Parameters:
msg- the detail message.
-