pops.ale.epc.exceptions
Class ImplementationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by pops.ale.epc.exceptions.ImplementationException
All Implemented Interfaces:
java.io.Serializable

public class ImplementationException
extends java.lang.Exception

A generic exception raised by the implementation for reasons that are implementation-specific.

Author:
pops, R.DAGHER
See Also:
Serialized Form

Constructor Summary
ImplementationException()
          Constructor
ImplementationException(java.lang.String message)
          Constructor
ImplementationException(java.lang.Throwable cause)
          Constructor
 
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

ImplementationException

public ImplementationException()
Constructor


ImplementationException

public ImplementationException(java.lang.String message)
Constructor

Parameters:
message -

ImplementationException

public ImplementationException(java.lang.Throwable cause)
Constructor

Parameters:
cause -