edu.cmu.aura.service.xml.xmlschema
Class DataFormatException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--edu.cmu.aura.service.xml.xmlschema.DataFormatException
All Implemented Interfaces:
java.io.Serializable

public class DataFormatException
extends java.lang.Exception

DataFormatException indicates malformed data.

See Also:
Serialized Form

Constructor Summary
DataFormatException()
          Create a new DataFormatException.
DataFormatException(java.lang.String msg)
          Create a new DataFormatException.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DataFormatException

public DataFormatException()
Create a new DataFormatException.

DataFormatException

public DataFormatException(java.lang.String msg)
Create a new DataFormatException.
Parameters:
msg - text description of the problem.