edu.tum.cs.commons.error
Class FormatException
java.lang.Object
java.lang.Throwable
java.lang.Exception
edu.tum.cs.commons.error.FormatException
- All Implemented Interfaces:
- Serializable
public class FormatException
- extends 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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
FormatException
public FormatException(String message)
- Constructor.
FormatException
public FormatException(String message,
Throwable cause)
- Constructor.
TUM CCSM Commons - 2.7