com.geekologue.md4j.util
Class Md4jException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.geekologue.md4j.util.Md4jException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ConversionException, DataAccessException

public class Md4jException
extends java.lang.RuntimeException

See Also:
Serialized Form

Constructor Summary
Md4jException()
           
Md4jException(java.lang.String arg0)
           
Md4jException(java.lang.String arg0, java.lang.Throwable arg1)
           
Md4jException(java.lang.Throwable arg0)
           
 
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

Md4jException

public Md4jException()

Md4jException

public Md4jException(java.lang.String arg0)

Md4jException

public Md4jException(java.lang.Throwable arg0)

Md4jException

public Md4jException(java.lang.String arg0,
                     java.lang.Throwable arg1)


Copyright © 2003-2007 Manos Batsis. All Rights Reserved.