Class CatchData


  • public final class CatchData
    extends java.lang.Object
    WARNING: The contents of this source file are not part of any supported API. Code that depends on them does so at its own risk: they are subject to change or removal without notice.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) Label label  
      (package private) java.lang.Object type  
    • Constructor Summary

      Constructors 
      Constructor Description
      CatchData​(java.lang.Object type)
      Constructor
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Label getLabel()
      Get the label
      java.lang.Object getType()
      Get the clazz
      • Methods inherited from class java.lang.Object

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

      • type

        java.lang.Object type
    • Constructor Detail

      • CatchData

        CatchData​(java.lang.Object type)
        Constructor
    • Method Detail

      • getLabel

        public Label getLabel()
        Get the label
      • getType

        public java.lang.Object getType()
        Get the clazz