net.sf.dynamicreports.adhoc.exception
Class AdhocException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.sf.dynamicreports.adhoc.exception.AdhocException
All Implemented Interfaces:
Serializable

public class AdhocException
extends RuntimeException

Author:
Ricardo Mariaca (dynamicreports@gmail.com)
See Also:
Serialized Form

Constructor Summary
AdhocException(String message)
           
AdhocException(String message, Throwable cause)
           
AdhocException(Throwable 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

AdhocException

public AdhocException(String message)

AdhocException

public AdhocException(Throwable cause)

AdhocException

public AdhocException(String message,
                      Throwable cause)


Copyright © 2010-2012. All Rights Reserved.