asit.framework.utils
Class FormatException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byasit.framework.utils.FormatException
All Implemented Interfaces:
Serializable

public class FormatException
extends Exception

Author:
atauber TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates
See Also:
Serialized Form

Constructor Summary
FormatException()
           
FormatException(String arg0)
           
FormatException(String arg0, Throwable arg1)
           
FormatException(Throwable arg0)
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FormatException

public FormatException()

FormatException

public FormatException(String arg0)
Parameters:
arg0 -

FormatException

public FormatException(Throwable arg0)
Parameters:
arg0 -

FormatException

public FormatException(String arg0,
                       Throwable arg1)
Parameters:
arg0 -
arg1 -


Copyright 2007 Institut fuer Angewandte Informationsverarbeitung und Kommunikationstechnologie. All Rights Reserved.