Package com.ibm.wala.sourcepos
Class InvalidSourceInfoException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.ibm.wala.sourcepos.InvalidSourceInfoException
-
- All Implemented Interfaces:
Serializable
public class InvalidSourceInfoException extends Exception
AnInvalidSourceInfoException
is thrown ifSourceInfo
could 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 ofInvalidSourceInfoException
without detail message.InvalidSourceInfoException(String msg)
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 Detail
-
InvalidSourceInfoException
public InvalidSourceInfoException()
Creates a new instance ofInvalidSourceInfoException
without detail message.
-
InvalidSourceInfoException
public InvalidSourceInfoException(String msg)
Constructs an instance ofInvalidSourceInfoException
with the specified detail message.- Parameters:
msg
- the detail message.
-
-