ua.gradsoft.javachecker
Class NotSupportedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by ua.gradsoft.javachecker.NotSupportedException
All Implemented Interfaces:
java.io.Serializable

public class NotSupportedException
extends java.lang.Exception

This exception is throwed, when we call methods of some model, which is not supported by implementation. (example - get method body term from method model, generated by compiled class).

Author:
Ruslan Shevchenko
See Also:
Serialized Form

Constructor Summary
NotSupportedException()
          Creates a new instance of NotSupportedException without detail message.
NotSupportedException(java.lang.String msg)
          Constructs an instance of NotSupportedException with the specified detail message.
 
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

NotSupportedException

public NotSupportedException()
Creates a new instance of NotSupportedException without detail message.


NotSupportedException

public NotSupportedException(java.lang.String msg)
Constructs an instance of NotSupportedException with the specified detail message.

Parameters:
msg - the detail message.