|
Runtime | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eclipse.gmf.runtime.emf.core.resources.AbortResourceLoadException
public class AbortResourceLoadException
This exception is intended to be thrown during Resource load when an error occurs. This RuntimeException wrapper is required in order to abort loading at any time.
Constructor Summary | |
---|---|
AbortResourceLoadException()
Initializes me without any details. |
|
AbortResourceLoadException(java.lang.String message)
Initializes me with a useful message. |
|
AbortResourceLoadException(java.lang.Throwable cause)
Initializes me with a cause. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AbortResourceLoadException()
public AbortResourceLoadException(java.lang.String message)
message
- a messagepublic AbortResourceLoadException(java.lang.Throwable cause)
cause
- the cause of this exception.
|
Runtime | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.