org.gridbus.broker.runfile
Class FileFormatException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.gridbus.broker.runfile.FileFormatException
- All Implemented Interfaces:
- java.io.Serializable
- public class FileFormatException
- extends java.lang.Exception
This class represents a FileFormatException
- Author:
- Srikumar Venugopal (srikumar@cs.mu.oz.au)
- See Also:
- Serialized Form
| 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 |
FileFormatException
public FileFormatException()
FileFormatException
public FileFormatException(java.lang.String message)
- Parameters:
message -
FileFormatException
public FileFormatException(java.lang.String message,
java.lang.Throwable cause)
- Parameters:
message - cause -
FileFormatException
public FileFormatException(java.lang.Throwable cause)
- Parameters:
cause -