org.kemet.impl.grammar.exceptions
Class DALException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.kemet.impl.grammar.exceptions.DALException
All Implemented Interfaces:
java.io.Serializable

public class DALException
extends java.lang.Exception

Since:
0.1
Author:
fabricemaupin

Exception for DAL (Data Access Layer)

See Also:
Serialized Form

Constructor Summary
DALException(java.lang.String error, java.lang.Exception excp)
           initialize exception.
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DALException

public DALException(java.lang.String error,
                    java.lang.Exception excp)

initialize exception.

Parameters:
error - error message
excp - exception raised
Since:
0.1


Copyright © 2008 F. MAUPIN. All Rights Reserved.