org.objectweb.fractal.julia.asm
Class IllegalClassDescriptorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.ClassNotFoundException
              extended by org.objectweb.fractal.julia.asm.ClassGenerationException
                  extended by org.objectweb.fractal.julia.asm.IllegalClassDescriptorException
All Implemented Interfaces:
Serializable

public class IllegalClassDescriptorException
extends ClassGenerationException

See Also:
Serialized Form

Constructor Summary
IllegalClassDescriptorException(String classDescriptor, String message)
          Constructs a new IllegalClassDescriptorException object.
 
Method Summary
 
Methods inherited from class org.objectweb.fractal.julia.asm.ClassGenerationException
getClassDescriptor, getException, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.ClassNotFoundException
getCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IllegalClassDescriptorException

public IllegalClassDescriptorException(String classDescriptor,
                                       String message)
Constructs a new IllegalClassDescriptorException object.

Parameters:
classDescriptor - the class descriptor of the class that cannot be generated.
message - a detailed error message.