uk.ac.man.cs.rainbow
Class TclFormatException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--uk.ac.man.cs.rainbow.RainbowException
                    |
                    +--uk.ac.man.cs.rainbow.TclFormatException
All Implemented Interfaces:
Serializable

public class TclFormatException
extends RainbowException

Signals that an error occurred when trying to convert to or from a Tcl-formatted string. This typically happens when trying to parse a string that purports to be a Tcl list but isn't.

See Also:
Utils.splitTclLine(String), Serialized Form

Constructor Summary
TclFormatException(String message)
           
 
Methods inherited from class uk.ac.man.cs.rainbow.RainbowException
getDetail, getMessage, setAugment, setDetail
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TclFormatException

public TclFormatException(String message)