TUM CCSM Commons

edu.tum.cs.commons.error
Class FormatException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by edu.tum.cs.commons.error.FormatException
All Implemented Interfaces:
java.io.Serializable

public class FormatException
extends java.lang.Exception

This exception is used to indicate format errors in provided strings.

Version:
$Rev: 26283 $
Author:
hummelb, $Author: juergens $
See Also:
Serialized Form
Rating:
GREEN Hash: 5A7CBA0F159C33DEEF42E5D26D12F1F0

Constructor Summary
FormatException(java.lang.String message)
          Constructor.
FormatException(java.lang.String message, java.lang.Throwable cause)
          Constructor.
 
Method Summary
 
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(java.lang.String message)
Constructor.


FormatException

public FormatException(java.lang.String message,
                       java.lang.Throwable cause)
Constructor.


TUM CCSM Commons

TUM CCSM Commons - 2.7