org.eclipse.xtend.middleend.xpand.internal.xpandlib.pr
Class XpandProtectedRegionSyntaxException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.xtend.middleend.xpand.internal.xpandlib.pr.XpandProtectedRegionSyntaxException
All Implemented Interfaces:
java.io.Serializable

public class XpandProtectedRegionSyntaxException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
XpandProtectedRegionSyntaxException(java.lang.String msg)
           
XpandProtectedRegionSyntaxException(java.lang.String msg, java.lang.Throwable 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

XpandProtectedRegionSyntaxException

public XpandProtectedRegionSyntaxException(java.lang.String msg)

XpandProtectedRegionSyntaxException

public XpandProtectedRegionSyntaxException(java.lang.String msg,
                                           java.lang.Throwable cause)