org.cybertory.MSS
Class ExtDataFormatException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.cybertory.MSS.ExtDataFormatException
All Implemented Interfaces:
java.io.Serializable

public class ExtDataFormatException
extends java.lang.Exception

An exception for when external data is of the wrong format -- occurs while trying to parse a string.

See Also:
Serialized Form

Constructor Summary
ExtDataFormatException(java.lang.String tag, java.lang.String text, java.lang.Class type)
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExtDataFormatException

public ExtDataFormatException(java.lang.String tag,
                              java.lang.String text,
                              java.lang.Class type)