com.khubla.pragmatach.framework.api
Class PragmatachException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.khubla.pragmatach.framework.api.PragmatachException
All Implemented Interfaces:
Serializable

public class PragmatachException
extends Exception

Author:
tome
See Also:
Serialized Form

Constructor Summary
PragmatachException(Exception e)
           
PragmatachException(String e)
           
PragmatachException(String s, Exception e)
           
 
Method Summary
static String getExceptionTrace(Throwable throwable)
           
 
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

PragmatachException

public PragmatachException(Exception e)

PragmatachException

public PragmatachException(String e)

PragmatachException

public PragmatachException(String s,
                           Exception e)
Method Detail

getExceptionTrace

public static String getExceptionTrace(Throwable throwable)


Copyright © 2014 khubla.com. All rights reserved.