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
ConstructorDescriptionCreates a new instance ofInvalidSourceInfoException
without detail message.Constructs an instance ofInvalidSourceInfoException
with the specified detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidSourceInfoException
public InvalidSourceInfoException()Creates a new instance ofInvalidSourceInfoException
without detail message. -
InvalidSourceInfoException
Constructs an instance ofInvalidSourceInfoException
with the specified detail message.- Parameters:
msg
- the detail message.
-