Klasse ImageBuilderInternalException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.aspectj.org.eclipse.jdt.internal.core.builder.ImageBuilderInternalException
Alle implementierten Schnittstellen:
Serializable

public class ImageBuilderInternalException extends RuntimeException
Exception thrown when there is an internal error in the image builder. May wrapper another exception.
Siehe auch:
  • Felddetails

    • coreException

      protected org.eclipse.core.runtime.CoreException coreException
  • Konstruktordetails

    • ImageBuilderInternalException

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

    • getThrowable

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

      public void printStackTrace()
      Setzt außer Kraft:
      printStackTrace in Klasse Throwable