javassist.runtime
Class DotClass

java.lang.Object
  extended by javassist.runtime.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
DotClass()
           
 
Method Summary
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)


Javassist, a Java-bytecode translator toolkit.
Copyright (C) 1999-2010 Shigeru Chiba. All Rights Reserved.