com.intel.gpe.gridbeans.plugins
Class TranslationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.intel.gpe.gridbeans.plugins.TranslationException
All Implemented Interfaces:
java.io.Serializable

public class TranslationException
extends java.lang.Exception

This exception is thrown if translation cannot be performed

Version:
$Id: TranslationException.java,v 1.3 2005/12/22 09:20:32 lukichev Exp $
Author:
Alexander Lukichev
See Also:
Serialized Form

Constructor Summary
TranslationException()
           
TranslationException(java.lang.String arg0)
           
TranslationException(java.lang.String arg0, java.lang.Throwable arg1)
           
TranslationException(java.lang.Throwable arg0)
           
 
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

TranslationException

public TranslationException()

TranslationException

public TranslationException(java.lang.String arg0)

TranslationException

public TranslationException(java.lang.Throwable arg0)

TranslationException

public TranslationException(java.lang.String arg0,
                            java.lang.Throwable arg1)


Copyright © 2008. All Rights Reserved.