com.azalient.api.file.record
Class UnmatchedDataException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.azalient.api.file.record.UnmatchedDataException
All Implemented Interfaces:
Serializable

public class UnmatchedDataException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
UnmatchedDataException(String msg)
           
 
Method Summary
 String 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

UnmatchedDataException

public UnmatchedDataException(String msg)
Method Detail

toString

public String toString()
Overrides:
toString in class Throwable