com.tensegrity.generic.persistence
Class BuildException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.tensegrity.generic.util.StaticException
              extended bycom.tensegrity.generic.persistence.BuildException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
StyleItemNotFoundException

public class BuildException
extends StaticException

The BuildException is thrown during the build process of a Builder-instance.

Version:
$Id: BuildException.java,v 1.4 2003/08/27 16:32:06 AndreasEbbert Exp $
Author:
MichaelKegel
See Also:
Builder, Serialized Form

Constructor Summary
BuildException(java.lang.String message)
          Constructor specifying a detailed message.
 
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

BuildException

public BuildException(java.lang.String message)
Constructor specifying a detailed message.

Parameters:
message - a String containing infos on this exception.


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