org.sormula.translator
Class TranslatorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.sormula.SormulaException
              extended by org.sormula.translator.TranslatorException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
NoColumnTranslatorException, NoTypeTranslatorException

public class TranslatorException
extends SormulaException

Exception that originates in the translator package.

Since:
1.0
Author:
Jeff Miller
See Also:
Serialized Form

Constructor Summary
TranslatorException(java.lang.String message)
          Constructs for a message.
TranslatorException(java.lang.String message, java.lang.Throwable cause)
          Constructs for a message and 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

TranslatorException

public TranslatorException(java.lang.String message)
Constructs for a message.

Parameters:
message - expection message

TranslatorException

public TranslatorException(java.lang.String message,
                           java.lang.Throwable cause)
Constructs for a message and cause.

Parameters:
message - expection message
cause - cause of exception