Package com.ibm.wala.shrike.sourcepos
Class InvalidSourceInfoException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.ibm.wala.shrike.sourcepos.InvalidSourceInfoException
-
- All Implemented Interfaces:
java.io.Serializable
public class InvalidSourceInfoException extends java.lang.ExceptionAnInvalidSourceInfoExceptionis thrown ifSourceInfocould not be initialized. Reasons are an invalid bytecode and a missing CharacterRangeTable.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidSourceInfoException()Creates a new instance ofInvalidSourceInfoExceptionwithout detail message.InvalidSourceInfoException(java.lang.String msg)Constructs an instance ofInvalidSourceInfoExceptionwith the specified detail message.
-
-
-
Constructor Detail
-
InvalidSourceInfoException
public InvalidSourceInfoException()
Creates a new instance ofInvalidSourceInfoExceptionwithout detail message.
-
InvalidSourceInfoException
public InvalidSourceInfoException(java.lang.String msg)
Constructs an instance ofInvalidSourceInfoExceptionwith the specified detail message.- Parameters:
msg- the detail message.
-
-