Class ImageBuilderInternalException

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

public class ImageBuilderInternalException extends RuntimeException
Exception thrown when there is an internal error in the image builder. May wrapper another exception.
See Also:
Serialized Form
  • Field Details

    • coreException

      protected org.eclipse.core.runtime.CoreException coreException
  • Constructor Details

    • ImageBuilderInternalException

      public ImageBuilderInternalException(org.eclipse.core.runtime.CoreException e)
  • Method Details

    • getThrowable

      public org.eclipse.core.runtime.CoreException getThrowable()
    • printStackTrace

      public void printStackTrace()
      Overrides:
      printStackTrace in class Throwable