org.aspectj.org.eclipse.jdt.internal.core.builder
Class ImageBuilderInternalException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.aspectj.org.eclipse.jdt.internal.core.builder.ImageBuilderInternalException
All Implemented Interfaces:
java.io.Serializable

public class ImageBuilderInternalException
extends java.lang.RuntimeException

Exception thrown when there is an internal error in the image builder. May wrapper another exception.

See Also:
Serialized Form

Field Summary
protected  CoreException coreException
           
 
Constructor Summary
ImageBuilderInternalException(CoreException e)
           
 
Method Summary
 CoreException getThrowable()
           
 void printStackTrace()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

coreException

protected CoreException coreException
Constructor Detail

ImageBuilderInternalException

public ImageBuilderInternalException(CoreException e)
Method Detail

getThrowable

public CoreException getThrowable()

printStackTrace

public void printStackTrace()
Overrides:
printStackTrace in class java.lang.Throwable