Class TranslationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
adql.translator.TranslationException
All Implemented Interfaces:
Serializable

public class TranslationException extends Exception
Exception thrown by an ADQLTranslator.
Version:
01/2012
Author:
Grégory Mantelet (CDS)
See Also:
  • Constructor Details

    • TranslationException

      public TranslationException()
    • TranslationException

      public TranslationException(String msg)
    • TranslationException

      public TranslationException(Throwable cause)
    • TranslationException

      public TranslationException(String msg, Throwable cause)