org.ourgrid.common.spec
Class SpecialCharException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.ourgrid.common.spec.main.CompilerException
              extended by org.ourgrid.common.spec.SpecialCharException
All Implemented Interfaces:
java.io.Serializable

public class SpecialCharException
extends CompilerException

This entity indicates that a back slash was found a no special char was recognized.

See Also:
Serialized Form

Constructor Summary
SpecialCharException(java.lang.String arg0)
           
SpecialCharException(java.lang.String arg0, java.lang.Throwable arg1)
           
SpecialCharException(java.lang.Throwable arg0)
           
 
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

SpecialCharException

public SpecialCharException(java.lang.String arg0)
Parameters:
arg0 -

SpecialCharException

public SpecialCharException(java.lang.String arg0,
                            java.lang.Throwable arg1)
Parameters:
arg0 -
arg1 -

SpecialCharException

public SpecialCharException(java.lang.Throwable arg0)
Parameters:
arg0 -