net.sf.retrotranslator.runtime.java.lang
Class TypeNotPresentException_

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.sf.retrotranslator.runtime.java.lang.TypeNotPresentException_
All Implemented Interfaces:
java.io.Serializable

public class TypeNotPresentException_
extends java.lang.RuntimeException

Author:
Taras Puchko
See Also:
Serialized Form

Field Summary
private  java.lang.String typeName
           
 
Constructor Summary
TypeNotPresentException_(java.lang.String typeName, java.lang.Throwable cause)
           
 
Method Summary
 java.lang.String typeName()
           
 
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
 

Field Detail

typeName

private java.lang.String typeName
Constructor Detail

TypeNotPresentException_

public TypeNotPresentException_(java.lang.String typeName,
                                java.lang.Throwable cause)
Method Detail

typeName

public java.lang.String typeName()