|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Error
com.edustructures.sifworks.ADKNotSupportedException
public class ADKNotSupportedException
Signals an operation is not supported.
| Constructor Summary | |
|---|---|
ADKNotSupportedException(java.lang.String msg)
Constructs an exception with a detailed message |
|
ADKNotSupportedException(java.lang.String msg,
Zone zone)
Constructs an exception with a detailed message |
|
| Method Summary | |
|---|---|
Zone |
getZone()
Gets the Zone associated with this exception |
| 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 ADKNotSupportedException(java.lang.String msg)
msg - The detailed message
public ADKNotSupportedException(java.lang.String msg,
Zone zone)
msg - The detailed messagezone - The Zone associated with this exception| Method Detail |
|---|
public Zone getZone()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||