exceptions
Class NoCurrentPositionException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byexceptions.NoCurrentPositionException
All Implemented Interfaces:
java.io.Serializable

public class NoCurrentPositionException
extends java.lang.Exception

This exception is thrown only when a path operator wants to check whether a new graphic starting point has been declared.

See Also:
Serialized Form

Constructor Summary
NoCurrentPositionException()
          Calls the superclass constructor to print the "NoCurrentPositionException" string on the console.
NoCurrentPositionException(java.lang.String param)
          Calls the superclass constructor with the string given as parameter to print to the console.
 
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

NoCurrentPositionException

public NoCurrentPositionException()
Calls the superclass constructor to print the "NoCurrentPositionException" string on the console.


NoCurrentPositionException

public NoCurrentPositionException(java.lang.String param)
Calls the superclass constructor with the string given as parameter to print to the console.

Parameters:
param - Represents the type of syntax error.