|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception com.adobe.livecycle.output.exception.OutputException
public class OutputException
Represents common exception that are thrown by the Output service. This exception contains a result value which describes the problem in detail.
Constructor Summary | |
---|---|
OutputException()
Constructs a new exception with a null message and cause. |
|
OutputException(java.lang.Exception e)
Constructs a new exception. |
|
OutputException(java.lang.String reason)
Constructs a new exception with a given message. |
|
OutputException(java.lang.String resourceID,
java.util.logging.Level level,
boolean log)
A constructor that finds a string using resourceID and optional logs. |
|
OutputException(java.lang.String resourceID,
java.lang.String[] args,
java.util.logging.Level level,
boolean log)
A constructor that finds a string using resourceID and merges arguments and optional logs. |
|
OutputException(java.lang.String resourceID,
java.lang.String[] args,
java.util.logging.Level level,
boolean log,
java.lang.Throwable cause)
Constructs a new exception. |
|
OutputException(java.lang.String result,
java.lang.String message,
java.lang.Throwable cause)
Constructs a new exception. |
|
OutputException(java.lang.String reason,
java.lang.Throwable e)
Constructs a new exception with a given message and cause. |
Method Summary | |
---|---|
java.lang.String |
getResult()
Describes the cause of the exception. |
void |
setResult(java.lang.String result)
For internal use only. |
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 |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public OutputException()
public OutputException(java.lang.Exception e)
e
- An Exception
object that represents the exception.public OutputException(java.lang.String reason)
reason
- The detailed message.public OutputException(java.lang.String reason, java.lang.Throwable e)
reason
- The detail message.e
- The causing exception. Null is permitted.public OutputException(java.lang.String result, java.lang.String message, java.lang.Throwable cause)
public OutputException(java.lang.String resourceID, java.util.logging.Level level, boolean log)
resourceID
and optional logs.
public OutputException(java.lang.String resourceID, java.lang.String[] args, java.util.logging.Level level, boolean log)
resourceID
and merges arguments and optional logs.
public OutputException(java.lang.String resourceID, java.lang.String[] args, java.util.logging.Level level, boolean log, java.lang.Throwable cause)
Method Detail |
---|
public java.lang.String getResult()
public void setResult(java.lang.String result)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |