|
|||||||||||
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.hyades.logging.events.cbe.EventException
org.eclipse.hyades.logging.events.cbe.CompletionException
Exception thrown by ContentHandler.completeEvent(org.eclipse.hyades.logging.events.cbe.CommonBaseEvent)
method
to indicate that an event could not be completed.
Field Summary |
---|
Fields inherited from class org.eclipse.hyades.logging.events.cbe.EventException |
---|
file, key, parms |
Constructor Summary | |
---|---|
CompletionException()
Simple constructor. |
|
CompletionException(java.lang.String msg)
Constructs a CompletionException with the specified detail
message. |
|
CompletionException(java.lang.String key,
java.lang.String file)
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 file,
java.lang.Object[] parms)
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 file,
java.lang.Object[] parms,
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. |
Methods inherited from class org.eclipse.hyades.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 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public CompletionException()
public CompletionException(java.lang.String msg)
CompletionException
with the specified detail
message.
msg
- the detail messagepublic CompletionException(java.lang.String key, java.lang.String file)
CompletionException
with a detail message, message
translation information (resource bundle, message key and message
substitutions).
key
- The message key.file
- The name of the message file to use.public CompletionException(java.lang.String key, java.lang.String file, java.lang.Object[] parms)
CompletionException
with a detail message, message
translation information (resource bundle, message key and message
substitutions).
key
- The message key.file
- The name of the message file to use.parms
- An array of elements to be inserted into the message.public CompletionException(java.lang.String key, java.lang.String file, java.lang.Object[] parms, 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.file
- The name of the message file to use.parms
- An array of elements to be inserted into the message.cause
- The nested exception, or null
, if a nested
exception is not appropriate.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |