org.aspectj.org.eclipse.jdt.internal.core.builder
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:
- 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
| 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 |
coreException
protected CoreException coreException
ImageBuilderInternalException
public ImageBuilderInternalException(CoreException e)
getThrowable
public CoreException getThrowable()
printStackTrace
public void printStackTrace()
- Overrides:
printStackTrace in class java.lang.Throwable