com.carbonfive.flash
Class ASTranslationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
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 |
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)
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