verinec.importer.parser
Class VerinecImporterException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by verinec.VerinecException
              extended by verinec.importer.parser.VerinecImporterException
All Implemented Interfaces:
Serializable

public class VerinecImporterException
extends VerinecException

Exceptions in the verinec.importer package. Extends the VerinecException to identify it as a import exception.

Author:
geraldine.antener at unifr.ch
See Also:
Serialized Form

Constructor Summary
VerinecImporterException()
          Create exception without message.
VerinecImporterException(String message)
          Create exception with message.
VerinecImporterException(String message, Throwable cause)
          Create exception with message and cause.
VerinecImporterException(Throwable cause)
          Create exception with 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

VerinecImporterException

public VerinecImporterException()
Create exception without message.


VerinecImporterException

public VerinecImporterException(String message)
Create exception with message.

Parameters:
message - The reason why this exception is thrown.

VerinecImporterException

public VerinecImporterException(String message,
                                Throwable cause)
Create exception with message and cause.

Parameters:
message - The reason why this exception is thrown.
cause - The root cause that was the reason for throwing this exception

VerinecImporterException

public VerinecImporterException(Throwable cause)
Create exception with cause.

Parameters:
cause - The root cause that was the reason for throwing this exception

Copyright © 2005 Verinec, DIUF