com.edustructures.sifworks
Class ADKNotSupportedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by com.edustructures.sifworks.ADKNotSupportedException
All Implemented Interfaces:
java.io.Serializable

public class ADKNotSupportedException
extends java.lang.Error

Signals an operation is not supported.

Version:
ADK 1.0
See Also:
Serialized Form

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

ADKNotSupportedException

public ADKNotSupportedException(java.lang.String msg)
Constructs an exception with a detailed message

Parameters:
msg - The detailed message

ADKNotSupportedException

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

Parameters:
msg - The detailed message
zone - The Zone associated with this exception
Method Detail

getZone

public Zone getZone()
Gets the Zone associated with this 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.