|
||||||||||
| 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.tools.mapping.ADKMappingException
public class ADKMappingException
Signals an exception in a field mapping rule definition or mapping operation.
| Constructor Summary | |
|---|---|
ADKMappingException(java.lang.String msg,
Zone zone)
Constructor |
|
ADKMappingException(java.lang.String msg,
Zone zone,
java.lang.Throwable src)
Constructor |
|
| 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 ADKMappingException(java.lang.String msg,
Zone zone)
msg - A detailed message to associated with this exceptionzone - The zone associated with this exception
public ADKMappingException(java.lang.String msg,
Zone zone,
java.lang.Throwable src)
msg - A detailed message to associated with this exceptionzone - The Zone associated with this exceptionsrc - The underlying exception that was originally thrown and
is wrapped by this exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||