Class AttributeExceptions

  • All Implemented Interfaces:
    Attribute

    public class AttributeExceptions
    extends java.lang.Object
    implements Attribute
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String[] exceptionTypeNames  
    • Constructor Summary

      Constructors 
      Constructor Description
      AttributeExceptions​(java.lang.String[] exceptionTypeNames)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String[] getExceptionTypeNames()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • exceptionTypeNames

        protected java.lang.String[] exceptionTypeNames
    • Constructor Detail

      • AttributeExceptions

        public AttributeExceptions​(java.lang.String[] exceptionTypeNames)
    • Method Detail

      • getExceptionTypeNames

        public java.lang.String[] getExceptionTypeNames()