public class InvalidSourceInfoException
extends java.lang.Exception
InvalidSourceInfoException is thrown if SourceInfo could not be initialized.
Reasons are an invalid bytecode and a missing CharacterRangeTable.| Constructor and Description |
|---|
InvalidSourceInfoException()
Creates a new instance of
InvalidSourceInfoException without detail message. |
InvalidSourceInfoException(java.lang.String msg)
Constructs an instance of
InvalidSourceInfoException with the specified detail message. |
public InvalidSourceInfoException()
InvalidSourceInfoException without detail message.public InvalidSourceInfoException(java.lang.String msg)
InvalidSourceInfoException with the specified detail message.msg - the detail message.