org.w3c.rdfpic.core
Class RdfPicSyntaxException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.w3c.rdfpic.core.RdfPicError
                    |
                    +--org.w3c.rdfpic.core.RdfPicSyntaxException

public class RdfPicSyntaxException
extends RdfPicError

Thrown when a syntax error occurs during parsing.

See Also:
Serialized Form

Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
RdfPicSyntaxException(java.lang.String str)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, printStackTrace0, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Constructor Detail

RdfPicSyntaxException

public RdfPicSyntaxException(java.lang.String str)