net.dpml.metro.tools
Class TypeNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.dpml.metro.tools.TypeNotFoundException
All Implemented Interfaces:
Serializable

public class TypeNotFoundException
extends Exception

Exception thrown when an attempt is made to reference an unknown type.

Version:
1.2.0
Author:
Digital Product Meta Library
See Also:
Serialized Form

Constructor Summary
TypeNotFoundException(String classname)
          Creation of a new TypeNotFoundException.
 
Method Summary
 String getClassname()
          Return the unresolved type classname.
 
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

TypeNotFoundException

public TypeNotFoundException(String classname)
Creation of a new TypeNotFoundException.

Parameters:
classname - the type classname
Method Detail

getClassname

public String getClassname()
Return the unresolved type classname.

Returns:
the classname