|
TPTP 4.5.0 Platform Project Public API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.eclipse.tptp.logging.events.cbe.EventException
org.eclipse.tptp.logging.events.cbe.CompletionException
public class CompletionException
Class representing a CompletionException.
This exception thrown by ContentHandler.completeEvent(org.eclipse.tptp.logging.events.cbe.CommonBaseEvent)method to
indicate that an event could not be completed.
| Constructor Summary | |
|---|---|
CompletionException()
Simple constructor. |
|
CompletionException(java.lang.String message)
Constructs a CompletionException with the specified detail
message. |
|
CompletionException(java.lang.String key,
java.lang.String resourceBundleName)
Creates a CompletionException with a detail message,
message translation information (resource bundle, message key and message
substitutions). |
|
CompletionException(java.lang.String key,
java.lang.String resourceBundleName,
java.lang.Object[] parameters)
Creates a CompletionException with a detail message,
message translation information (resource bundle, message key and message
substitutions). |
|
CompletionException(java.lang.String key,
java.lang.String resourceBundleName,
java.lang.Object[] parameters,
java.lang.Throwable cause)
Creates a CompletionException with a detail message,
message translation information (resource bundle, message key and message
substitutions) and a nested exception. |
|
CompletionException(java.lang.String message,
java.lang.Throwable cause)
Constructs a CompletionException with the specified detail
message and a nested exception. |
|
CompletionException(java.lang.Throwable cause)
Construct a new CompletionException with a null detail
message and a cause field set to the specified Throwable. |
|
| Method Summary |
|---|
| Methods inherited from class org.eclipse.tptp.logging.events.cbe.EventException |
|---|
getCause, getKey, getLocalizedMessage, getLocalizedMessage, getMessage, initCause, printStackTrace, printStackTrace, printStackTrace |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CompletionException()
public CompletionException(java.lang.String message)
CompletionException with the specified detail
message.
message - the detail message
public CompletionException(java.lang.String message,
java.lang.Throwable cause)
CompletionException with the specified detail
message and a nested exception.
message - the detail messagecause - The nested exception, or null, if a nested
exception is not appropriate.
public CompletionException(java.lang.String key,
java.lang.String resourceBundleName)
CompletionException with a detail message,
message translation information (resource bundle, message key and message
substitutions).
key - The message key.resourceBundleName - The name of the message ResourceBundle to use.public CompletionException(java.lang.Throwable cause)
CompletionException with a null detail
message and a cause field set to the specified Throwable. Subsequent
calls to the EventException.initCause(Throwable) method on this instance will result in an
exception. The value of the cause field may be retrieved at any time via
the EventException.getCause() method.
cause - the Throwable that was caught and is considered the root cause
of this exception. Null is tolerated.
public CompletionException(java.lang.String key,
java.lang.String resourceBundleName,
java.lang.Object[] parameters)
CompletionException with a detail message,
message translation information (resource bundle, message key and message
substitutions).
key - The message key.resourceBundleName - The name of the message ResourceBundle to use.parameters - An array of elements to be inserted into the message.
public CompletionException(java.lang.String key,
java.lang.String resourceBundleName,
java.lang.Object[] parameters,
java.lang.Throwable cause)
CompletionException with a detail message,
message translation information (resource bundle, message key and message
substitutions) and a nested exception.
key - The message key.resourceBundleName - The name of the message ResourceBundle to use.parameters - An array of elements to be inserted into the message.cause - The nested exception, or null, if a nested
exception is not appropriate.
|
TPTP 4.5.0 Platform Project Public API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||