Class DotClass


  • public class DotClass
    extends java.lang.Object
    A support class for implementing .class notation. This is required at runtime only if .class notation is used in source code given to the Javassist compiler.
    • Constructor Summary

      Constructors 
      Constructor Description
      DotClass()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.NoClassDefFoundError fail​(java.lang.ClassNotFoundException e)  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DotClass

        public DotClass()
    • Method Detail

      • fail

        public static java.lang.NoClassDefFoundError fail​(java.lang.ClassNotFoundException e)