jreversepro.revengine
Class RevEngineException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--jreversepro.revengine.RevEngineException
- All Implemented Interfaces:
- java.io.Serializable
- public class RevEngineException
- extends java.lang.Exception
Exception class thrown in case of any error while
decompiling/ disassembling the .class file.
- Author:
- Karthik Kumar.
- See Also:
- Serialized Form
|
Method Summary |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
RevEngineException
public RevEngineException(java.lang.String msg)
- Parameters:
msg - Exception message.
RevEngineException
public RevEngineException(java.lang.String msg,
java.lang.Exception ex)
- Parameters:
msg - Exception message.ex - Parent Exception reference.
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Throwable
- Returns:
- Return Stringified representation of the
Exception class.
Submit Feedback to akkumar@users.sourceforge.net