eu.monnetproject.lemon.impl.io.turtle
Class TurtleParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by eu.monnetproject.lemon.impl.io.turtle.TurtleParseException
All Implemented Interfaces:
Serializable

public class TurtleParseException
extends RuntimeException

Author:
John McCrae
See Also:
Serialized Form

Constructor Summary
TurtleParseException()
          Creates a new instance of TurtleParseException without detail message.
TurtleParseException(String msg)
          Constructs an instance of TurtleParseException with the specified detail message.
 
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

TurtleParseException

public TurtleParseException()
Creates a new instance of TurtleParseException without detail message.


TurtleParseException

public TurtleParseException(String msg)
Constructs an instance of TurtleParseException with the specified detail message.

Parameters:
msg - the detail message.


Copyright © 2012. All Rights Reserved.