atg.junit.nucleus
Class FileFormatException
java.lang.Object
java.lang.Throwable
java.lang.Exception
atg.core.exception.ContainerException
atg.junit.nucleus.FileFormatException
- All Implemented Interfaces:
- atg.core.exception.ContainableException, java.io.Serializable
public class FileFormatException
- extends atg.core.exception.ContainerException
A general utility exception thrown if a file is formatted in an unexpected manner.
- Version:
- 1.0
- See Also:
- Serialized Form
Fields inherited from class atg.core.exception.ContainerException |
CLASS_VERSION |
Methods inherited from class atg.core.exception.ContainerException |
getSourceException, printStackTrace, printStackTrace, printStackTrace, printStackTrace, setSourceException, toString, toString |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
FileFormatException
public FileFormatException()
- no arg constructor
FileFormatException
public FileFormatException(java.lang.String pMsg)
FileFormatException
public FileFormatException(java.lang.Throwable pErr)
- constructor
FileFormatException
public FileFormatException(java.lang.String pMsg,
java.lang.Throwable pErr)
- constructor
Copyright © 2009. All Rights Reserved.