★ wanayoo — archive 1999 http://sourceware.cygnus.com/kawa/api/gnu/mapping/UnboundSymbol.htmlNouvelle recherche | Portail wanayoo

gnu.mapping
Class UnboundSymbol

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--gnu.mapping.UnboundSymbol

public class UnboundSymbol
extends java.lang.RuntimeException

See Also:
Serialized Form

Field Summary
 java.lang.String symbol
           
 
Constructor Summary
UnboundSymbol(java.lang.String symbol)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

symbol

public java.lang.String symbol
Constructor Detail

UnboundSymbol

public UnboundSymbol(java.lang.String symbol)