|
PenProfile 2.x | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.livescribe.penlet.PenletStateChangeException
public class PenletStateChangeException
Signals that a requested penlet or plugin state change failed.
Penlet.activateApp(int, Object[]),
PenletPlugin.activate()| Constructor Summary | |
|---|---|
PenletStateChangeException()
Construct PenletStateChangeException with no message |
|
PenletStateChangeException(String msg)
Construct PenletStateChangeException with a message. |
|
PenletStateChangeException(String msg,
Throwable cause)
Creates a new penlet state change exception with the specified cause. |
|
PenletStateChangeException(Throwable cause)
Creates a new penlet state change exception with the specified cause. |
|
| Method Summary | |
|---|---|
Throwable |
getCause()
Gets the cause for this exception. |
String |
getMessage()
Overridden to supply a message from the cause exception if there is no detail message. |
| Methods inherited from class java.lang.Throwable |
|---|
printStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PenletStateChangeException()
PenletStateChangeException with no message
public PenletStateChangeException(String msg)
PenletStateChangeException with a message.
msg - message
public PenletStateChangeException(String msg,
Throwable cause)
msg - the detail messagecause - the cause, may be nullpublic PenletStateChangeException(Throwable cause)
cause - the cause, may be null| Method Detail |
|---|
public String getMessage()
getMessage in class Throwablepublic Throwable getCause()
null
if one was not set.
null if it is not set.
|
PenProfile 2.x | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||