com.edustructures.sifworks
Class ADKParsingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.edustructures.sifworks.ADKException
              extended by com.edustructures.sifworks.ADKParsingException
All Implemented Interfaces:
java.io.Serializable

public class ADKParsingException
extends ADKException

Signals an error parsing SIF message or datatype content

Version:
1.0
See Also:
Serialized Form

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

ADKParsingException

public ADKParsingException(java.lang.String msg,
                           Zone zone)
Constructs an exception with a detailed message

Parameters:
msg - A detailed eror message
zone - The zone that is in scope, or null

ADKParsingException

public ADKParsingException(java.lang.String msg,
                           Zone zone,
                           java.lang.Exception src)
Constructs an exception with a message, and the source exception

Parameters:
msg - A detailed error message
zone - The zone that is in scope, or null
src - The exception that is the cause of this re-thrown exception


Copyright © 2001-2007 Edustructures LLC. All Rights Reserved. SIFWorks® and ADK® are registered trademarks of Edustructures LLC. SIF™ and Schools Interoperability Framework are trademarks of the Schools Interoperability Framework Association.