public class InvalidSourceInfoException extends 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(String msg)
Constructs an instance of
InvalidSourceInfoException with the
specified detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public InvalidSourceInfoException()
InvalidSourceInfoException
without
detail message.public InvalidSourceInfoException(String msg)
InvalidSourceInfoException
with the
specified detail message.msg
- the detail message.