Copyright @ 2002 SAP. All Rights Reserved.

com.sap.tc.complib.validate
Class InvalidFileFormatException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.sap.tc.complib.validate.ValidationException
                    |
                    +--com.sap.tc.complib.validate.InvalidFileFormatException
All Implemented Interfaces:
java.io.Serializable

public class InvalidFileFormatException
extends ValidationException

See Also:
Serialized Form

Constructor Summary
InvalidFileFormatException()
           
InvalidFileFormatException(java.lang.String message)
           
InvalidFileFormatException(java.lang.String message, java.lang.Throwable cause)
           
 
Methods inherited from class com.sap.tc.complib.validate.ValidationException
getCause, getMessage, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidFileFormatException

public InvalidFileFormatException()

InvalidFileFormatException

public InvalidFileFormatException(java.lang.String message)

InvalidFileFormatException

public InvalidFileFormatException(java.lang.String message,
                                  java.lang.Throwable cause)

Copyright @ 2002 SAP. All Rights Reserved.