cz.cuni.amis.pogamut.sposh.exceptions
Class InvalidFormatException

Package class diagram package InvalidFormatException
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by cz.cuni.amis.pogamut.sposh.exceptions.InvalidFormatException
All Implemented Interfaces:
Serializable

public class InvalidFormatException
extends Exception

This exception is thrown when string passed to the method is not in the expected format.

Author:
Honza Havlicek
See Also:
Serialized Form

Constructor Summary
InvalidFormatException(String message)
           
InvalidFormatException(String message, Throwable cause)
           
 
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

InvalidFormatException

public InvalidFormatException(String message,
                              Throwable cause)

InvalidFormatException

public InvalidFormatException(String message)


Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.