ua.gradsoft.javachecker
Class ProcessingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
ua.gradsoft.javachecker.ProcessingException
- All Implemented Interfaces:
- java.io.Serializable
public class ProcessingException
- extends java.lang.Exception
Some exception, which occured during processing, in such way,
that we must report this to top-level.
- Author:
- Ruslan Shevchenko
- See Also:
- Serialized Form
|
Constructor Summary |
ProcessingException(java.lang.String msg)
Constructs an instance of ProcessingException with the specified detail message. |
ProcessingException(java.lang.String msg,
java.lang.Throwable ex)
Constructs an instance of ProcessingException with the specified detail message. |
| 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 |
ProcessingException
public ProcessingException(java.lang.String msg)
- Constructs an instance of
ProcessingException with the specified detail message.
- Parameters:
msg - the detail message.
ProcessingException
public ProcessingException(java.lang.String msg,
java.lang.Throwable ex)
- Constructs an instance of
ProcessingException with the specified detail message.
- Parameters:
msg - the detail message.
getInternalException
public java.lang.Throwable getInternalException()