walker.exceptions
Class badSyntaxException

java.lang.Object
  extended by java.lang.Throwable
      extended by walker.exceptions.badSyntaxException
All Implemented Interfaces:
java.io.Serializable

public class badSyntaxException
extends java.lang.Throwable

Created by IntelliJ IDEA. User: andy Date: Mar 12, 2010

See Also:
Serialized Form

Constructor Summary
badSyntaxException(java.lang.String s)
           
 
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

badSyntaxException

public badSyntaxException(java.lang.String s)