atg.junit.nucleus
Class FileFormatException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by atg.core.exception.ContainerException
              extended by 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

Field Summary
 
Fields inherited from class atg.core.exception.ContainerException
CLASS_VERSION
 
Constructor Summary
FileFormatException()
          no arg constructor
FileFormatException(java.lang.String pMsg)
           
FileFormatException(java.lang.String pMsg, java.lang.Throwable pErr)
          constructor
FileFormatException(java.lang.Throwable pErr)
          constructor
 
Method Summary
 
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
 

Constructor Detail

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.