com.tensegrity.generic.util
Class VersionNumberParseException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.tensegrity.generic.util.StaticException
              extended bycom.tensegrity.generic.util.VersionNumberParseException
All Implemented Interfaces:
java.io.Serializable

public class VersionNumberParseException
extends StaticException

The FileVersionParseException is thrown whenever an error occurs during the file-version parsing.

Version:
$Id: VersionNumberParseException.java,v 1.1 2004/11/02 13:54:03 MichaelKegel Exp $
Author:
MKegel
See Also:
Serialized Form

Constructor Summary
VersionNumberParseException(java.lang.String description)
          Constructor for FileVersionParseException with a description given by description
 
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

VersionNumberParseException

public VersionNumberParseException(java.lang.String description)
Constructor for FileVersionParseException with a description given by description

Parameters:
description - textual describtion about the cause of the exception


Copyright © 2005 Tensegrity Software GmbH. All Rights Reserved. Date of creation: 09.06.2006.