|
|||||||||
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.assembler.client.AssemblerException
public class AssemblerException
AssemblerException
is the base class for exceptions thrown from the Adobe Experience Manager forms Assembler service.
Constructor Summary | |
---|---|
AssemblerException()
Constructs a new exception with a null message and cause. |
|
AssemblerException(java.lang.String message)
Constructs a new exception with the given message. |
|
AssemblerException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new exception with the given message and cause. |
|
AssemblerException(java.lang.Throwable cause)
Constructs a new exception with the given 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 |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AssemblerException()
null
message and cause.
public AssemblerException(java.lang.String message)
message
- The detailed message.public AssemblerException(java.lang.String message, java.lang.Throwable cause)
message
- The detailed message.cause
- The causing exception. A null
value is permitted.public AssemblerException(java.lang.Throwable cause)
cause
- The causing exception. A null
value is permitted.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |