Schnittstelle IExceptionAttribute

Alle Superschnittstellen:
IClassFileAttribute
Alle bekannten Implementierungsklassen:
ExceptionAttribute

public interface IExceptionAttribute extends IClassFileAttribute
Description of a constant value attribute as described in the JVM specifications. This interface may be implemented by clients.
Seit:
2.0
  • Methodendetails

    • getExceptionsNumber

      int getExceptionsNumber()
      Answer back the number of exceptions of the exception attribute.
      Gibt zurück:
      the number of exceptions of the exception attribute
    • getExceptionNames

      char[][] getExceptionNames()
      Answer back the exception names of the exception attribute. Answers an empty collection if none.
      Gibt zurück:
      the exception names of the exception attribute. Answers an empty collection if none
    • getExceptionIndexes

      int[] getExceptionIndexes()
      Answer back the exception indexes of the exception attribute. Answers an empty collection if none.
      Gibt zurück:
      the exception indexes of the exception attribute. Answers an empty collection if none