org.codehaus.gmaven.runtime.support.stubgen
Class UnexpectedNodeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.codehaus.gmaven.runtime.support.stubgen.UnexpectedNodeException
All Implemented Interfaces:
Serializable

public class UnexpectedNodeException
extends RuntimeException

Thrown to indicate an unexpected node has been encountered.

Version:
$Id: UnexpectedNodeException.java 18 2009-07-16 09:39:40Z user57 $
Author:
Jason Dillon
See Also:
Serialized Form

Constructor Summary
UnexpectedNodeException(Node node)
           
 
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

UnexpectedNodeException

public UnexpectedNodeException(Node node)


Copyright © 2006-2012 Codehaus. All Rights Reserved.