org.cts.parser.prj
Class PrjParserException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.cts.parser.prj.PrjParserException
All Implemented Interfaces:
Serializable

public class PrjParserException
extends RuntimeException

Return an exception when the prj cannot be parsed.

Author:
Antoine Gourlay
See Also:
Serialized Form

Constructor Summary
PrjParserException()
          Build a new PrjParserException.
PrjParserException(String message)
          Build a PrjParserException from a message.
PrjParserException(String message, Throwable cause)
          Build a PrjParserException from a message and a cause.
PrjParserException(Throwable cause)
          Build a PrjParserException from a cause.
 
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

PrjParserException

public PrjParserException(Throwable cause)
Build a PrjParserException from a cause.

Parameters:
cause - the cause of the error

PrjParserException

public PrjParserException(String message,
                          Throwable cause)
Build a PrjParserException from a message and a cause.

Parameters:
message - the message to throw
cause - the cause of the error

PrjParserException

public PrjParserException(String message)
Build a PrjParserException from a message.

Parameters:
message - the message to throw

PrjParserException

public PrjParserException()
Build a new PrjParserException.



Copyright © 2014 IRSTV CNRS-FR-2488. All Rights Reserved.