|
||||||||||
| 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.edustructures.sifworks.ADKException
com.edustructures.sifworks.ADKParsingException
public class ADKParsingException
Signals an error parsing SIF message or datatype content
| Constructor Summary | |
|---|---|
ADKParsingException(java.lang.String msg,
Zone zone)
Constructs an exception with a detailed message |
|
ADKParsingException(java.lang.String msg,
Zone zone,
java.lang.Exception src)
Constructs an exception with a message, and the source exception |
|
| Method Summary |
|---|
| Methods inherited from class com.edustructures.sifworks.ADKException |
|---|
add, getChildren, getRetry, getSIFExceptions, getZone, getZoneId, hasChildren, hasSIFError, hasSIFError, hasSIFError, hasSIFError, hasSIFExceptions, log, log, setRetry, toString, toString |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ADKParsingException(java.lang.String msg,
Zone zone)
msg - A detailed eror messagezone - The zone that is in scope, or null
public ADKParsingException(java.lang.String msg,
Zone zone,
java.lang.Exception src)
msg - A detailed error messagezone - The zone that is in scope, or nullsrc - The exception that is the cause of this re-thrown exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||