com.carbonfive.flash
Class ASTranslationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.carbonfive.flash.ASTranslationException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
InfiniteLoopException

public class ASTranslationException
extends java.lang.RuntimeException

See Also:
Serialized Form

Constructor Summary
ASTranslationException()
           
ASTranslationException(java.lang.String message)
           
ASTranslationException(java.lang.String message, java.lang.Throwable rootCause)
           
ASTranslationException(java.lang.Throwable rootCause)
           
 
Method Summary
 java.lang.String getMessage()
           
 java.lang.Throwable getRootCause()
           
 void printStackTrace()
           
 void printStackTrace(java.io.PrintStream stream)
           
 void printStackTrace(java.io.PrintWriter writer)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ASTranslationException

public ASTranslationException()

ASTranslationException

public ASTranslationException(java.lang.String message)

ASTranslationException

public ASTranslationException(java.lang.String message,
                              java.lang.Throwable rootCause)

ASTranslationException

public ASTranslationException(java.lang.Throwable rootCause)
Method Detail

getRootCause

public java.lang.Throwable getRootCause()

printStackTrace

public void printStackTrace(java.io.PrintWriter writer)
Overrides:
printStackTrace in class java.lang.Throwable

printStackTrace

public void printStackTrace(java.io.PrintStream stream)
Overrides:
printStackTrace in class java.lang.Throwable

printStackTrace

public void printStackTrace()
Overrides:
printStackTrace in class java.lang.Throwable

getMessage

public java.lang.String getMessage()
Overrides:
getMessage in class java.lang.Throwable